Skip to content

Commit b66ca6c

Browse files
authored
Merge pull request #175 from clue-labs/pcov
Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2
2 parents ede27ab + 9f6051b commit b66ca6c

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)