Skip to content

Commit

Permalink
drop 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhero committed Jan 22, 2025
1 parent 02c9e5a commit d9b0c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0", "8.1", "8.2", "8.3"]
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"]

exclude:
- sylius: "~1.13.0"
php: 8.0
- sylius: "~1.14.0"
php: 8.0
- sylius: "~1.14.0"
symfony: ^5.4
- sylius: "~1.12.0"
php: 8.0
symfony: ^6.4

env:
APP_ENV: test
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/sylius": "^1.12"
"sylius/sylius": "^1.13"
},
"require-dev": {
"behat/behat": "^3.7",
Expand Down Expand Up @@ -48,9 +48,6 @@
"symfony/thanks": true
}
},
"conflict": {
"doctrine/persistence": "<3.0"
},
"autoload": {
"psr-4": {
"BitBag\\SyliusCatalogPlugin\\": "src/",
Expand Down

0 comments on commit d9b0c07

Please sign in to comment.