Skip to content

Commit

Permalink
Suppress deprecation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Apr 5, 2022
1 parent 6527c34 commit 66287d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php.yml
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
coverage: pcov
extensions: intl, ldap, mbstring, xml
ini-values: error_reporting=E_ALL
php-version: ${{ matrix.php-versions }}
tools: composer:v2
extensions: intl, ldap, mbstring, xml
coverage: pcov

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

0 comments on commit 66287d5

Please sign in to comment.