We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d682b commit 918be2dCopy full SHA for 918be2d
1 file changed
.github/workflows/php.yml
@@ -23,7 +23,7 @@ jobs:
23
php-version: ${{ matrix.php-versions }}
24
extensions: mbstring, mysql, pdo, pdo_sqlite, xml
25
tools: composer:v2
26
- coverage: pcov
+ coverage: xdebug
27
28
- name: Setup problem matchers for PHP
29
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
0 commit comments