From b3e226576a44655f3aa8b1a94e4c493e80c44872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 5 Mar 2025 17:02:41 +0100 Subject: [PATCH] Revert "Update tests to work around segfault on PHP 8.4.4 with Xdebug 3.5.0-dev" This reverts commit fe2ab078066fe085c7103c798a661e200995966c. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 769c3ac..6365a34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,6 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - extensions: xdebug-stable # temporarily force stable Xdebug due to segfault on PHP 8.4.4 with 3.5.0-dev coverage: xdebug ini-file: development - run: composer install