Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrzytki committed Feb 22, 2022
1 parent ba7ae90 commit 5ec5341
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,20 @@ jobs:
matrix:
php: [ 7.4, 8.0 ]
symfony: [ ^4.4, ^5.2 ]
sylius: [ ~1.9, ~1.10, ~1.11.0 ]
sylius: [ ~1.9.0, ~1.10.0, ~1.11.0 ]
node: [ 10.x ]
mysql: [ 5.7 ]
exclude:
- sylius: [~1.9]
php: [8.0]

- sylius: [~1.10.0]
symfony: [4.4]

- sylius: [~1.11.0]
php: [7.4]
exclude:
-
sylius: ~1.9.0
php: 8.0
-
sylius: ~1.10.0
symfony: 4.4
-
sylius: ~1.11.0
php: 7.4

env:
APP_ENV: test
Expand Down

0 comments on commit 5ec5341

Please sign in to comment.