Skip to content

Commit 9aa0325

Browse files
committed
[3.0] Use PCOV to avoid segfault with Xdebug 3.4.2 on PHP 8.0+
Builds on reactphp#223, reactphp#222, reactphp#218, and bases on https://github .com/reactphp/async/pull/92 .
1 parent 967dac8 commit 9aa0325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php }}
28-
coverage: xdebug
28+
coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
2929
ini-file: development
3030
- run: composer install
3131
- run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)