Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Nov 5, 2024
1 parent b63f1d1 commit 142b315
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,44 +19,24 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2"]
php: ["8.3"]
symfony: ["^5.4.21", "^6.4"]
sylius: ["~1.12.0", "~1.13.0",]
sylius: ["~1.14.0"]
node: ["20.x"]
mysql: ["8.0"]
mysql: ["8.4"]
wkhtmltopdf: ["0.12.6-1"]
state_machine_adapter: [ "winzou_state_machine", "symfony_workflow" ]

include:
-
php: "8.3"
symfony: "^6.4"
sylius: "~1.13.0"
sylius: "~1.14.0"
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: "20.x"
mysql: "8.0"
wkhtmltopdf: false
state_machine_adapter: "winzou_state_machine"
-
php: "8.2"
symfony: "^6.4"
sylius: "~1.13.0"
node: "20.x"
mysql: "8.0"
mysql: "8.4"
wkhtmltopdf: false
state_machine_adapter: "symfony_workflow"

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

env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down

0 comments on commit 142b315

Please sign in to comment.