We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13b346 commit 2daeba4Copy full SHA for 2daeba4
.github/workflows/php.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup PHP, with composer and extensions
21
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
22
with:
23
- coverage: pcov
+ coverage: debug
24
extensions: intl, mbstring, xml
25
ini-values: error_reporting=E_ALL
26
php-version: ${{ matrix.php-versions }}
0 commit comments