Skip to content

Commit 6faa222

Browse files
committed
Update tests to work around segfault on PHP 8.4.4 with Xdebug 3.5.0-beta
1 parent 39aa211 commit 6faa222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php }}
28+
extensions: xdebug-stable # temporarily force stable Xdebug due to segfault on PHP 8.4.4 with 3.5.0-beta
2829
coverage: xdebug
2930
ini-file: development
3031
- run: composer install

0 commit comments

Comments
 (0)