From bcb32277c96f14d13d577ca6b4cd4c50c8620eeb Mon Sep 17 00:00:00 2001 From: Markus Poerschke Date: Fri, 12 Jul 2024 00:11:56 +0200 Subject: [PATCH] Revert "Run tests with PHP 8.4" This reverts commit e684cc3904b4804ba3a9ef669744c4d1f4f49a9a. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"