Skip to content

Commit

Permalink
OP-557 - upgrade to Sylius 2.0 - build settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinSzczepanskiBitBag committed Jan 20, 2025
1 parent 34d9366 commit c051250
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2", "8.3"]
symfony: ["^5.4", "^6.0"]
sylius: ["~1.12.0", "~1.13.0"]
node: ["18.x", "20.x"]
mysql: ["5.7", "8.0"]

php: [ "8.2", "8.3" ]
symfony: [ "^6.4" ]
sylius: [ "~v2.0.0-alpha.2" ]
node: [ "20.x" ]
mysql: ["8.0"]

env:
APP_ENV: test
Expand Down

0 comments on commit c051250

Please sign in to comment.