diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86e3336..7dcbe76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,11 @@ jobs: sylius: [ "~1.12.0", "~1.13.0" ] node: [ "^18.x", "20.x" ] mysql: [ "8.0" ] - + + exclude: + - sylius: "~1.13.0" + php: "8.0" + env: APP_ENV: test DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"