Skip to content

Commit d13b346

Browse files
committed
Suppress deprecation errors
1 parent 204b377 commit d13b346

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- name: Setup PHP, with composer and extensions
2121
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
2222
with:
23-
php-version: ${{ matrix.php-versions }}
23+
coverage: pcov
2424
extensions: intl, mbstring, xml
25+
ini-values: error_reporting=E_ALL
26+
php-version: ${{ matrix.php-versions }}
2527
tools: composer:v2
26-
coverage: pcov
2728

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

0 commit comments

Comments
 (0)