Skip to content

Commit 0da12cc

Browse files
Use Xdebug instead of PCOV to work around #4622
1 parent 01906b1 commit 0da12cc

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
@@ -132,7 +132,7 @@ jobs:
132132
uses: shivammathur/setup-php@v2
133133
with:
134134
php-version: ${{ matrix.php-version }}
135-
coverage: pcov
135+
coverage: xdebug
136136
extensions: ${{ env.PHP_EXTENSIONS }}
137137
ini-values: ${{ env.PHP_INI_VALUES }}
138138

0 commit comments

Comments
 (0)