Skip to content

Commit

Permalink
exclude some Sylius version for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcr committed Dec 5, 2024
1 parent d187495 commit a97d918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ jobs:
symfony: "^7.0"
-
sylius: "~1.11.0"
php: "^8.4"
php: "8.4"
-
sylius: "~1.12.0"
symfony: "^7.0"
-
sylius: "~1.12.0"
php: "^8.4"
php: "8.4"
-
sylius: "~1.13.0"
symfony: "^7.0"
-
sylius: "~1.13.0"
php: "^8.4"
php: "8.4"
-
sylius: "~1.14.0"
symfony: "^7.0"
Expand Down

0 comments on commit a97d918

Please sign in to comment.