Skip to content

Commit dc224ef

Browse files
committed
Temporarily skip Xdebug on PHP 8.4 due to segfault
1 parent 39aa211 commit dc224ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 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
2829
coverage: xdebug
2930
ini-file: development
3031
- run: composer install
@@ -34,6 +35,7 @@ jobs:
3435
- run: REDIS_URI=localhost:6379 vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml -c phpunit.xml.legacy
3536
if: ${{ matrix.php < 7.3 }}
3637
- name: Check 100% code coverage
38+
if: ${{ matrix.php < 8.4 }} # temporarily skip on PHP 8.4 due to Xdebug segfault
3739
shell: php {0}
3840
run: |
3941
<?php

0 commit comments

Comments
 (0)