Skip to content

Commit

Permalink
OP-374 - build.yml has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Jul 16, 2024
1 parent 84dedb7 commit 5495eda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
sylius: [ "~1.12.0", "~1.13.0" ]
node: [ "^18.x", "20.x" ]
mysql: [ "8.0" ]


exclude:
- sylius: "~1.13.0"
php: "8.0"

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

0 comments on commit 5495eda

Please sign in to comment.