Skip to content

Commit c7e3429

Browse files
committed
Use xdebug instead of pcov
1 parent d70323f commit c7e3429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
extensions: ctype, date, dom, hash, intl, json, mbstring, mysql, openssl, pcre, pdo, pdo_sqlite, spl, xml
159159
tools: composer:v2
160160
ini-values: error_reporting=E_ALL
161-
coverage: pcov
161+
coverage: xdebug
162162

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

0 commit comments

Comments
 (0)