Skip to content

Commit

Permalink
[TASK] Run the tests on CI with all warnings enabled (#1180)
Browse files Browse the repository at this point in the history
This allows us to catch things that will break in future PHP versions,
but still kind-of-work, e.g., deprecation warnings or incorrect types.

Closes #1117
  • Loading branch information
oliverklee committed Oct 5, 2022
1 parent e189f37 commit ace4056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
ini-values: xdebug.max_nesting_level=500
ini-values: xdebug.max_nesting_level=500, error_reporting=E_ALL
tools: composer:v2
coverage: none

Expand Down

0 comments on commit ace4056

Please sign in to comment.