Skip to content

Commit

Permalink
Enable error_reporting=E_ALL on CI (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 18, 2023
1 parent d456dff commit 255d715
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
ini-values: error_reporting=E_ALL
coverage: none
extensions: mbstring, intl

Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
ini-values: error_reporting=E_ALL
coverage: none
extensions: mbstring, intl

Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
ini-values: error_reporting=E_ALL
coverage: none
extensions: mbstring, intl

Expand Down

0 comments on commit 255d715

Please sign in to comment.