Skip to content

Commit

Permalink
Allow Sylius v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Nov 18, 2022
1 parent 9ecc07c commit b830a54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
php: ["8.0", "7.4"]
symfony: ["^4.4", "^5.2"]
sylius: ["~1.9.0", "~1.10.0", "~1.11.0"]
sylius: ["~1.9.0", "~1.10.0", "~1.11.0", "~1.12.0"]
node: ["10.x"]
mysql: ["8.0"]

Expand All @@ -37,6 +37,12 @@ jobs:
-
symfony: "^4.4"
sylius: "~1.11.0"
-
php: "7.4"
sylius: "~1.12.0"
-
symfony: "^4.4"
sylius: "~1.12.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 @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0"
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0"
},
"require-dev": {
"behat/behat": "^3.6.1",
Expand Down

0 comments on commit b830a54

Please sign in to comment.