Skip to content

Commit 918be2d

Browse files
committed
Fix coverage
1 parent f1d682b commit 918be2d

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
@@ -23,7 +23,7 @@ jobs:
2323
php-version: ${{ matrix.php-versions }}
2424
extensions: mbstring, mysql, pdo, pdo_sqlite, xml
2525
tools: composer:v2
26-
coverage: pcov
26+
coverage: xdebug
2727

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

0 commit comments

Comments
 (0)