Skip to content

Commit

Permalink
fix gh action build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszWojdalowicz committed May 10, 2024
1 parent fa1bb7f commit 0882627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.0", "8.1", "8.2", "8.3" ]
symfony: [ "5.4.*", "^6.0" ]
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.0" ]
sylius: [ "^1.12", "^1.13" ]
node: [ "14.x", "16.x", "18.x" ]
node: [ "18.x", "20.x" ]
mysql: [ "5.7", "8.0" ]
env:
APP_ENV: test
Expand Down

0 comments on commit 0882627

Please sign in to comment.