diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 029a9158d..808251c27 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,4 +51,5 @@ jobs: run: composer test:parallel - name: Integration Tests + if: ${{ matrix.php != '8.4' }} run: composer test:integration