Skip to content

Commit

Permalink
Merge pull request #264 from fedorenko22116/master
Browse files Browse the repository at this point in the history
Update Sylius version compatibility to 1.14
  • Loading branch information
christopherhero authored Jan 22, 2025
2 parents dca1463 + 3ff5a65 commit 655c733
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.0" ]
sylius: [ "~1.13.0" ]
sylius: [ "~1.13.0", "~1.14.0" ]
node: [ "18.x", "20.x" ]
mysql: [ "5.7", "8.0" ]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.4" ]
sylius: [ "^1.12", "^1.13" ]
sylius: [ "^1.12", "^1.13", "^1.14" ]
node: [ "18.x", "20.x" ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^8.1",
"ext-json": "*",
"friendsofsymfony/elastica-bundle": "^6.0",
"sylius/sylius": "~1.13.0",
"sylius/sylius": "~1.13.0 || ~1.14.0",
"symfony/property-access": "^5.4 || ^6.0",
"symfony/webpack-encore-bundle": "^1.15",
"symfony/proxy-manager-bridge": "^5.4 || ^6.0"
Expand Down

0 comments on commit 655c733

Please sign in to comment.