diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2777fe8c..f1ef128d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: Build on: - push: - branches-ignore: - - 'dependabot/**' + push: + branches-ignore: + - 'dependabot/**' pull_request: ~ release: types: [created] @@ -25,7 +25,7 @@ jobs: symfony: ["^5.4", "^6.4"] sylius: ["~1.12.0", "~1.13.0"] node: ["20.x"] - mysql: ["5.7", "8.0"] + mysql: ["8.0"] env: APP_ENV: test DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"