Skip to content

Commit abf2340

Browse files
author
Maxime Leclercq
committed
chore: drop support of sylius 1.12
1 parent 6dfc6d9 commit abf2340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
php: ['8.1', '8.2', '8.3']
18-
sylius: ["~1.12.0", "~1.13.0", "1.14.0"]
18+
sylius: ["~1.13.0", "1.14.0"]
1919

2020
steps:
2121
- name: Setup PHP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": "^8.1",
9-
"sylius/sylius": ">=1.12 <2.0",
9+
"sylius/sylius": ">=1.13 <2.0",
1010
"monsieurbiz/sylius-settings-plugin": "^1.2.0",
1111
"monsieurbiz/sylius-rich-editor-plugin": "^2.8.0"
1212
},

0 commit comments

Comments
 (0)