Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Oct 16, 2024
1 parent 58c7590 commit f509e12
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.3"]
symfony: ["^6.4"]
php: ["8.2", "8.3"]
symfony: ["^6.4", "^7.1"]
sylius: ["2.0.x-dev"]
node: ["20.x"]
mysql: ["8.4"]
wkhtmltopdf: ["0.12.6-1"]
wkhtmltopdf: ["0.12.6-1", false]
state_machine_adapter: [ "winzou_state_machine", "symfony_workflow" ]

include:
-
php: "8.3"
symfony: "^6.4"
sylius: "2.0.x-dev"
node: "20.x"
mysql: "8.4"
wkhtmltopdf: false
state_machine_adapter: "symfony_workflow"
-
php: "8.3"
symfony: "^6.4"
sylius: "2.0.x-dev"
node: "20.x"
mysql: "8.4"
wkhtmltopdf: false
state_machine_adapter: "winzou_state_machine"

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

0 comments on commit f509e12

Please sign in to comment.