From 81b292da6a9ac305fb61b9edec3b66f42b96909e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Fri, 30 Aug 2024 15:39:08 +0200 Subject: [PATCH] OP-503 - build.yml has benn updated --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: