Skip to content

Commit

Permalink
Drop support for 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Dec 13, 2024
1 parent 8b8f86e commit 9056b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
matrix:
php: ["8.1", "8.2", "8.3"]
symfony: ["^5.4", "^6.4"]
sylius: ["~1.12.0", "~1.13.0", "~1.14.0"]
sylius: ["~1.13.0", "~1.14.0"]
node: ["20.x"]
mysql: ["8.0"]
mysql: ["8.4"]
env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": "^8.1",
"sylius/sylius": "~1.12.0 || ~1.13.0 || ~1.14.0",
"sylius/sylius": "~1.13.0 || ~1.14.0",
"friendsofsymfony/jsrouting-bundle": "^3.2"
},
"require-dev": {
Expand Down

0 comments on commit 9056b69

Please sign in to comment.