Skip to content

Commit 753281e

Browse files
Use Xdebug instead of PCOV to work around #4622
1 parent 038d419 commit 753281e

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
@@ -125,7 +125,7 @@ jobs:
125125
uses: shivammathur/setup-php@v2
126126
with:
127127
php-version: ${{ matrix.php-version }}
128-
coverage: pcov
128+
coverage: xdebug
129129
extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter
130130
ini-values: assert.exception=1, zend.assertions=1
131131

0 commit comments

Comments
 (0)