diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79ca7ee..71d4ae1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}" @@ -162,7 +161,6 @@ jobs: name: Run PHPSpec run: vendor/bin/phpspec run --ansi -f progress --no-interaction - - name: Run Behat env: