Skip to content

Commit

Permalink
Merge pull request #30 from PHPCompatibility/feature/ghactions-turn-o…
Browse files Browse the repository at this point in the history
…n-error-reporting

GH Actions: set error reporting to E_ALL
  • Loading branch information
jrfnl authored Jun 21, 2021
2 parents 8c09ff3 + 08a3ef0 commit d396bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
ini-values: error_reporting=E_ALL, display_errors=On
coverage: none

- name: Conditionally update PHPCompatibility to develop version
Expand Down

0 comments on commit d396bce

Please sign in to comment.