Skip to content

Commit

Permalink
Update CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Nov 6, 2024
1 parent f3b4045 commit fbcf866
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
matrix:
php: ["8.3"]
symfony: ["^5.4.21", "^6.4"]
sylius: ["1.14.x-dev"]
sylius: ["~1.13.0", "1.14.x-dev"]
node: ["20.x"]
mysql: ["8.4"]
wkhtmltopdf: ["0.12.6-1"]
state_machine_adapter: [ "winzou_state_machine", "symfony_workflow" ]
state_machine_adapter: [ "symfony_workflow" ]

include:
-
Expand All @@ -37,6 +37,15 @@ jobs:
wkhtmltopdf: false
state_machine_adapter: "symfony_workflow"

-
php: "8.3"
symfony: "^6.4"
sylius: "1.14.x-dev"
node: "20.x"
mysql: "8.4"
wkhtmltopdf: true
state_machine_adapter: "winzou_state_machine"

env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ramsey/uuid": "^4.0",
"sylius/grid-bundle": "^1.9",
"sylius/resource-bundle": "^1.9",
"sylius/sylius": "~1.13.8 || ~1.14.x-dev",
"sylius/sylius": "~1.13.0 || ~1.14.x-dev",
"symfony/config": "^5.4.21 || ^6.4",
"symfony/dependency-injection": "^5.4.21 || ^6.4",
"symfony/form": "^5.4.21 || ^6.4",
Expand Down

0 comments on commit fbcf866

Please sign in to comment.