Skip to content

Commit

Permalink
Avoid build Sylius 1.13 with PHP 7.4 and 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jun 25, 2024
1 parent 6edddce commit 0653c7f
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,23 +116,29 @@ jobs:

exclude:
-
sylius: ~1.10.0
symfony: ^6.4
sylius: "~1.10.0"
symfony: "^6.4"
-
sylius: ~1.11.0
php: 7.4
sylius: "~1.11.0"
php: "7.4"
-
sylius: ~1.11.0
symfony: ^6.4
sylius: "~1.11.0"
symfony: "^6.4"
-
sylius: ~1.12.0
php: 7.4
sylius: "~1.12.0"
php: "7.4"
-
php: 7.4
symfony: ^6.4
sylius: "~1.13.0"
php: "7.4"
-
php: 8.0
symfony: ^6.4
sylius: "~1.13.0"
php: "8.0"
-
php: "7.4"
symfony: "^6.4"
-
php: "8.0"
symfony: "^6.4"

env:
APP_ENV: test
Expand Down

0 comments on commit 0653c7f

Please sign in to comment.