Skip to content

Commit

Permalink
[Maintenance] Drop support for Sylius 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Jun 29, 2021
1 parent 64356b9 commit 6fd71f0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3]
php: [7.4]
node: [10.x]
mysql: [5.7, 8.0]
symfony: [^4.4, ^5.2, ^5.3]
sylius: [~1.8.0, ~1.9.0]

exclude:
- # PHP 7.3 does not support "caching_sha2_password" authentication plugin which is a default one in MySQL 8.0
php: 7.3
mysql: 8.0
-
sylius: ~1.8.0
symfony: ^5.2
sylius: [~1.9.0, ~1.10.0]

env:
APP_ENV: test
Expand Down

0 comments on commit 6fd71f0

Please sign in to comment.