Skip to content

Commit

Permalink
OP-556 - Build.yml has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Dec 17, 2024
1 parent 963193b commit 6f57ed7
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.0", "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.4" ]
sylius: [ "^1.12", "^1.13" ]
php: [ "8.2", "8.3" ]
symfony: ["^6.4", "^7.1" ]
sylius: [ "~2.0.0" ]
node: [ "18.x", "20.x" ]
mysql: [ "8.0" ]

exclude:
- sylius: ^1.13
php: 8.0
- sylius: ^1.12
php: 8.0
symfony: ^6.4

env:
APP_ENV: test
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down

0 comments on commit 6f57ed7

Please sign in to comment.