Skip to content

Commit

Permalink
test: enable all php warnings and errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mpesari committed Dec 5, 2024
1 parent 5858c9a commit 6f4758f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
extensions: ${{ env.php-extensions }}
ini-values: zend.assertions=1
ini-values: zend.assertions=1, error_reporting=-1
coverage: none # Xdebug is installed by default, so we remove it manually

- uses: "ramsey/composer-install@v2"
Expand Down

0 comments on commit 6f4758f

Please sign in to comment.