Skip to content

Commit 655c733

Browse files
Merge pull request #264 from fedorenko22116/master
Update Sylius version compatibility to 1.14
2 parents dca1463 + 3ff5a65 commit 655c733

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
php: [ "8.1", "8.2", "8.3" ]
2424
symfony: [ "^5.4", "^6.0" ]
25-
sylius: [ "~1.13.0" ]
25+
sylius: [ "~1.13.0", "~1.14.0" ]
2626
node: [ "18.x", "20.x" ]
2727
mysql: [ "5.7", "8.0" ]
2828
env:

.github/workflows/coding_standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php: [ "8.1", "8.2", "8.3" ]
2222
symfony: [ "^5.4", "^6.4" ]
23-
sylius: [ "^1.12", "^1.13" ]
23+
sylius: [ "^1.12", "^1.13", "^1.14" ]
2424
node: [ "18.x", "20.x" ]
2525

2626
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": "^8.1",
88
"ext-json": "*",
99
"friendsofsymfony/elastica-bundle": "^6.0",
10-
"sylius/sylius": "~1.13.0",
10+
"sylius/sylius": "~1.13.0 || ~1.14.0",
1111
"symfony/property-access": "^5.4 || ^6.0",
1212
"symfony/webpack-encore-bundle": "^1.15",
1313
"symfony/proxy-manager-bridge": "^5.4 || ^6.0"

0 commit comments

Comments
 (0)