Skip to content

Commit

Permalink
Merge pull request #245 from BitBagCommerce/feature/1.13
Browse files Browse the repository at this point in the history
Added posibility to use sylius 1.13
  • Loading branch information
senghe authored Mar 14, 2024
2 parents a2fb2da + faaf4ef commit 8b77081
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,24 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0"]
php: ["8.0", "8.1"]
symfony: ["^5.4", "^6.0"]
sylius: ["~1.11.0", "~1.12.0"]
sylius: ["~1.11.0", "~1.12.0", "1.13.x-dev"]
node: ["^14.17.x"]
mysql: ["8.0"]

exclude:
- sylius: ~1.11.0
symfony: "^6.0"
- sylius: 1.13.x-dev.11.0
symfony: "^5.4"
php: "8.0"
- sylius: 1.13.x-dev.11.0
symfony: "^5.4"
php: "8.1"
- sylius: 1.13.x-dev.11.0
symfony: "^6.0"
php: "8.0"
env:
APP_ENV: test
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/sylius": "~1.11.0 || ~1.12.0",
"sylius/sylius": "~1.11.0 || ~1.12.0 || ~1.13.x-dev",
"symfony/webpack-encore-bundle": "^1.15",
"dompdf/dompdf": "^2.0"
},
Expand Down

0 comments on commit 8b77081

Please sign in to comment.