Skip to content

Commit 6ae9713

Browse files
committed
Use faster pcov instead of xdebug
1 parent 9f73295 commit 6ae9713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
extensions: mbstring, xml
2929
ini-values: error_reporting=E_ALL
3030
tools: composer:v2
31-
coverage: xdebug
31+
coverage: pcov
3232

3333
- name: Setup problem matchers for PHP
3434
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)