8000 Merge pull request #205 from clue-labs/pcov · friends-of-reactphp/mysql@61ad81f · GitHub
[go: up one dir, main page]

Skip to content

Commit 61ad81f

Browse files
authored
Merge pull request #205 from clue-labs/pcov
Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2
2 parents 50b901c + d68b506 commit 61ad81f

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)
0