Skip to content

Commit

Permalink
Add fix for Sylius 1.12, add suport for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Kostrubiec committed Jul 29, 2024
1 parent 827ad9f commit cd9e210
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.1" ]
php: [ "8.0", "8.1", "8.2", "8.3" ]
symfony: [ "5.4.*", "^6.0" ]
sylius: ["~1.12.0", "1.13.0"]
sylius: ["^1.12", "^1.13"]
node: [ "14.x" ]
mysql: [ "8.0" ]
exclude:
- sylius: "^1.13"
php: "8.0"
- sylius: "^1.12"
php: "8.0"
symfony: "^6.4"

env:
APP_ENV: test
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.0",
"doctrine/annotations": "^1.14",
"sylius/sylius": ">=1.12.13 || ~1.13.0",
"sylius/sylius": "v1.12.1",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"symfony/webpack-encore-bundle": "^1.15"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"symfony/flex": "^2.2.2",
"symfony/intl": "^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"vimeo/psalm": "5.12.0"
"vimeo/psalm": "4.27.0"
},
"conflict": {
"symfony/framework-bundle": "6.2.8",
Expand Down

0 comments on commit cd9e210

Please sign in to comment.