diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7d47574..6af1e328 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 --dev --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress - name: Run Tests