Skip to content

Commit 4572c5f

Browse files
committed
[UC-21] Add compatibility for Sylius 1.14 in composer.json and CI workflow
1 parent a943e80 commit 4572c5f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
php: ["8.1", "8.2", "8.3"]
22+
sylius: ["~1.13.0", "~1.14.0"]
2223
symfony: ["^5.4", "^6.4"]
2324
node: ["20.x"]
2425
mysql: ["8.0"]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": "^8.1",
99
"bitbag/coding-standard": "^3.0",
1010
"bitbag/google-analytics-4-plugin": "^1.0",
11-
"sylius/sylius": "~1.13.0",
11+
"sylius/sylius": "~1.13.0 || ~1.14.0",
1212
"symfony/messenger": "^5.4 || ^6.4",
1313
"symfony/webpack-encore-bundle": "^1.15",
1414
"ext-openssl": "*",

0 commit comments

Comments
 (0)