From 2e1c8c14a9555c04ba85a1a37c503e0d36e2cc88 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 21 Nov 2020 21:21:10 +0300 Subject: [PATCH] feat(tests): continue improving tests #477 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6af1e328..bfe3ec35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,12 +28,12 @@ jobs: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Install PHP 7 dependencies - run: composer update --dev --${{ matrix.dependency-version }} --no-interaction --no-progress + run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress if: "matrix.php < 8" - name: Install PHP 8 dependencies if: "matrix.php >= 8" - run: composer update --dev --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress + run: composer update --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress - name: Run Tests run: ./vendor/bin/pest