Skip to content

Commit

Permalink
OP-369 - Add support for sylius 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Jul 18, 2024
1 parent ccf51fe commit 11255bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
sylius: ["~1.12.0"]
node: ["14.x"]
mysql: ["5.7", "8.0"]

# exclude:
# - sylius: "~1.13.0"
# php: "^8.0"
exclude:
- sylius: "~1.13.0"
php: "^8.0"

env:
APP_ENV: test
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/sylius": "~1.12.0",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"php-http/message-factory": "^1.1",
"braintree/braintree_php": "^6.4",
"symfony/webpack-encore-bundle": "^1.17"
Expand Down Expand Up @@ -51,6 +51,7 @@
}
},
"conflict": {
"behat/mink-selenium2-driver": ">=1.7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 11255bb

Please sign in to comment.