We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39aa211 + fe2ab07 commit 808160eCopy full SHA for 808160e
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
- uses: shivammathur/setup-php@v2
26
with:
27
php-version: ${{ matrix.php }}
28
+ extensions: xdebug-stable # temporarily force stable Xdebug due to segfault on PHP 8.4.4 with 3.5.0-dev
29
coverage: xdebug
30
ini-file: development
31
- run: composer install
0 commit comments