Skip to content

Commit

Permalink
Allow Sylius 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareInnov authored Apr 2, 2024
1 parent a27e477 commit 77bf793
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,19 @@ jobs:
fail-fast: false
matrix:
php: ["8.0", "8.1", "8.2"]
symfony: ["^4.4", "^5.4"]
sylius: ["~1.11.0", "~1.12.0"]
symfony: ["^4.4", "^5.4", "^6.4"]
sylius: ["~1.11.0", "~1.12.0", "~1.13.0"]
node: ["14.x"]
mysql: ["8.0"]
exclude:
- symfony: "^4.4"
sylius: "~1.12.0"
- symfony: "^6.4"
sylius: "~1.12.0"
- symfony: "^4.4"
sylius: "~1.13.0"
- php: "8.0"
sylius: "~1.13.0"

env:
APP_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0"
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0"
},
"require-dev": {
"api-platform/core": "~2.5.0 || ~2.6.0 || ~2.7.0",
Expand Down

0 comments on commit 77bf793

Please sign in to comment.