Skip to content

Commit

Permalink
OP-503 - build.yml has benn updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Aug 30, 2024
1 parent 411b838 commit 81b292d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
matrix:
php: ["8.1", "8.2", "8.3"]
symfony: ["^5.4", "^6.0"]
sylius: ["~1.12.0", "~1.13.0"]
sylius: ["~1.12", "~1.13"]
node: ["18.x", "20.x"]
mysql: ["5.7", "8.0"]


env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down Expand Up @@ -162,7 +161,6 @@ jobs:
name: Run PHPSpec
run: vendor/bin/phpspec run --ansi -f progress --no-interaction


-
name: Run Behat
env:
Expand Down

0 comments on commit 81b292d

Please sign in to comment.