Skip to content

Commit 424520b

Browse files
committed
Support stable 1.12
1 parent ac3aa4f commit 424520b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node: ["16.x"]
2424
mysql: ["5.7", "8.0"]
2525
symfony: ["^5.4", "^6.0"]
26-
sylius: ["~1.11.0", "~1.12.x-dev"]
26+
sylius: ["~1.11.0", "~1.12.0"]
2727
exclude:
2828
-
2929
symfony: "^6.0"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"phpseclib/phpseclib": "^2.0",
1111
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
1212
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
13-
"sylius/sylius": "~1.11.0 || 1.12.x-dev",
13+
"sylius/sylius": "~1.11.0 || ~1.12.0",
1414
"symfony/mailer": "^5.4 || ^6.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)