Skip to content

Commit 32e8bf4

Browse files
Use Xdebug
1 parent 8fc62f0 commit 32e8bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
uses: shivammathur/setup-php@v2
212212
with:
213213
php-version: 8.3
214-
coverage: pcov
214+
coverage: xdebug
215215
extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
216216
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
217217
tools: none

0 commit comments

Comments
 (0)