Skip to content

Commit

Permalink
[Maintenance] Update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NoResponseMate committed Mar 1, 2024
1 parent c3cf08a commit 95884bb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,40 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2"]
symfony: ["^5.4.21", "^6.4"]
sylius: ["~1.12.0", "~1.13.x-dev",]
node: ["16.x"]
mysql: ["5.7", "8.0"]
node: ["20.x"]
mysql: ["8.0"]
wkhtmltopdf: ["0.12.6-1"]
state_machine_adapter: [ "winzou_state_machine", "symfony_workflow" ]

include:
-
php: "8.1"
symfony: "^6.0"
php: "8.3"
symfony: "^6.4"
sylius: "~1.13.x-dev"
node: "20.x"
mysql: "8.0"
wkhtmltopdf: "0.12.6-1"
state_machine_adapter: "symfony_workflow"
-
php: "8.2"
symfony: "^6.4"
sylius: "~1.12.0"
node: "16.x"
node: "20.x"
mysql: "8.0"
wkhtmltopdf: false
state_machine_adapter: "winzou_state_machine"
-
php: "8.2"
symfony: "^6.4"
sylius: "~1.13.x-dev"
node: "20.x"
mysql: "8.0"
wkhtmltopdf: false
state_machine_adapter: "symfony_workflow"

exclude:
-
sylius: "~1.12.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/Application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"yargs": "^17.5.1"
},
"engines": {
"node": "^14 || ^16 || ^18 || ^19"
"node": "^18 || ^20"
},
"engineStrict": true,
"scripts": {
Expand Down

0 comments on commit 95884bb

Please sign in to comment.