Skip to content

Commit

Permalink
[Maintenance] Drop Sylius ~1.12.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Nov 5, 2024
1 parent e2d7ce7 commit 2c081e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
php: ["8.1", "8.2"]
symfony: ["^5.4.21", "^6.4"]
sylius: ["~1.12.0", "~1.13.0",]
sylius: ["~1.13.0",]
node: ["20.x"]
mysql: ["8.0"]
wkhtmltopdf: ["0.12.6-1"]
Expand All @@ -40,14 +40,6 @@ jobs:
mysql: "8.0"
wkhtmltopdf: "0.12.6-1"
state_machine_adapter: "symfony_workflow"
-
php: "8.2"
symfony: "^6.4"
sylius: "~1.12.0"
node: "20.x"
mysql: "8.0"
wkhtmltopdf: false
state_machine_adapter: "winzou_state_machine"
-
php: "8.2"
symfony: "^6.4"
Expand All @@ -57,10 +49,6 @@ jobs:
wkhtmltopdf: false
state_machine_adapter: "symfony_workflow"

exclude:
-
sylius: "~1.12.0"
state_machine_adapter: "symfony_workflow"

env:
APP_ENV: test
Expand Down
5 changes: 5 additions & 0 deletions UPGRADE-1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### UPGRADE FROM 1.5.X TO 1.6.0

1. Support for Sylius 1.12 has been dropped, upgrade your application to [Sylius 1.13](https://github.com/Sylius/Sylius/blob/1.13/UPGRADE-1.13.md).
or to [Sylius 1.14](https://github.com/Sylius/Sylius/blob/1.14/UPGRADE-1.14.md).

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"myclabs/php-enum": "^1.7",
"php-http/message-factory": "^1.1",
"sylius/resource-bundle": "^1.9",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"sylius/sylius": "~1.13.0",
"symfony/messenger": "^5.4.21 || ^6.4"
},
"require-dev": {
Expand Down

0 comments on commit 2c081e1

Please sign in to comment.