From a3894ac3f3cd135947f3402da451d2c453096d6b Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 21 Nov 2020 23:03:26 +0300 Subject: [PATCH] feat(tests): trying to fix tests #477 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83b8e69b..bfe3ec35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: if: "matrix.php < 8" - name: Install PHP 8 dependencies - if: "matrix.php >= 8'" + if: "matrix.php >= 8" run: composer update --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress - name: Run Tests