Skip to content

Commit 9f6051b

Browse files
committed
Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2
1 parent ede27ab commit 9f6051b

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: docker run --net=host -d redis

0 commit comments

Comments
 (0)