Skip to content

Commit

Permalink
Merge pull request #337 from GSadee/ci-adjust-builds
Browse files Browse the repository at this point in the history
[CI] Update builds' matrix
  • Loading branch information
Rafikooo authored Nov 19, 2024
2 parents dfd08cd + 4a2bf23 commit 8f4fb56
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,36 @@ jobs:
php: ["8.3"]
symfony: ["^5.4.21", "^6.4"]
sylius: ["~1.13.0", "~1.14.0"]
node: ["20.x"]
mysql: ["8.4"]
node: ["20.x"]
wkhtmltopdf: ["0.12.6-1"]
state_machine_adapter: ["symfony_workflow"]

include:
-
php: "8.3"
php: "8.1"
symfony: "^6.4"
sylius: "~1.14.0"
node: "20.x"
mysql: "8.4"
wkhtmltopdf: false
node: "20.x"
wkhtmltopdf: "0.12.6-1"
state_machine_adapter: "symfony_workflow"

-
php: "8.3"
php: "8.2"
symfony: "^6.4"
sylius: "~1.14.0"
node: "20.x"
mysql: "8.4"
node: "20.x"
wkhtmltopdf: "0.12.6-1"
state_machine_adapter: "winzou_state_machine"
-
php: "8.2"
symfony: "^6.4"
sylius: "~1.14.0"
mysql: "8.4"
node: "20.x"
wkhtmltopdf: false
state_machine_adapter: "symfony_workflow"

env:
APP_ENV: test
Expand Down

0 comments on commit 8f4fb56

Please # to comment.