From c556d1e9b7d409db48d4a0d5e03cf3c83fd32645 Mon Sep 17 00:00:00 2001 From: smiley Date: Sun, 21 Jul 2024 16:35:12 +0200 Subject: [PATCH] :fire: cautiously enabling PHP 8.4 for unit tests --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c9871f9f..cc24f121e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,6 @@ jobs: - "8.2" - "8.3" - env: - PHAN_ALLOW_XDEBUG: 0 - PHAN_DISABLE_XDEBUG_WARN: 1 - steps: - name: "Checkout" uses: actions/checkout@v4 @@ -68,6 +64,7 @@ jobs: php-version: - "8.2" - "8.3" + - "8.4" steps: - name: "Checkout"