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