Skip to content

Commit

Permalink
Enable E_ALL error reporting in CI (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Apr 28, 2022
1 parent b55efcf commit 6242bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
ini-values: error_reporting=E_ALL
tools: composer:v2
coverage: pcov

Expand Down

0 comments on commit 6242bb9

Please sign in to comment.