diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eceb71a..99a33142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: - "8.1" - "8.2" - "8.3" - - "8.4" steps: - name: "Checkout" uses: "actions/checkout@v4" @@ -46,7 +45,7 @@ jobs: run: "PHPUNIT_FLAGS=--no-coverage make test-phpunit test-psalm test-examples" - name: "Run tests" - if: ${{ matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4' }} + if: ${{ matrix.php-version == '8.2' || matrix.php-version == '8.3' }} run: "make -j -O test" - name: "Send code coverage"