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 204b377 commit d13b346Copy full SHA for d13b346
.github/workflows/php.yml
@@ -20,10 +20,11 @@ jobs:
20
- name: Setup PHP, with composer and extensions
21
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
22
with:
23
- php-version: ${{ matrix.php-versions }}
+ coverage: pcov
24
extensions: intl, mbstring, xml
25
+ ini-values: error_reporting=E_ALL
26
+ php-version: ${{ matrix.php-versions }}
27
tools: composer:v2
- coverage: pcov
28
29
- name: Setup problem matchers for PHP
30
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
0 commit comments