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