Skip to content

Commit ef523fa

Browse files
authored
Merge pull request #304 from Zales0123/clean-up-dependencies-and-build
Require Sylius 1.10 as the only fully supported stable version
2 parents 9c29def + 635caac commit ef523fa

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
php: ["8.0", "7.4"]
25-
symfony: ["^4.4", "^5.2"]
26-
sylius: ["~1.9.0", "~1.10.0@alpha"]
25+
symfony: ["^4.4", "5.2.*", "5.3.*", "5.4.*"]
26+
sylius: ["^1.10"]
2727
node: ["10.x"]
2828
mysql: ["8.0"]
2929

30-
exclude:
31-
-
32-
php: "8.0"
33-
sylius: "~1.9.0"
34-
3530

3631
env:
3732
APP_ENV: test

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^7.4 || ^8.0",
12-
"sylius/sylius": "~1.9.0 || ~1.10.0@beta"
12+
"sylius/sylius": "^1.10"
1313
},
1414
"require-dev": {
1515
"behat/behat": "^3.6.1",

0 commit comments

Comments
 (0)