Skip to content

Commit d68b506

Browse files
committed
Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2
1 parent 50b901c commit d68b506

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
@@ -29,7 +29,7 @@ jobs:
2929
- uses: shivammathur/setup-php@v2
3030
with:
3131
php-version: ${{ matrix.php }}
32-
coverage: xdebug
32+
coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
3333
ini-file: development
3434
- run: composer install
3535
- run: docker run -d --name mysql --net=host -e MYSQL_RANDOM_ROOT_PASSWORD=yes -e MYSQL_DATABASE=test -e MYSQL_USER=test -e MYSQL_PASSWORD=test mysql:5

0 commit comments

Comments
 (0)