Skip to content

Commit

Permalink
Enable assertion exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Aug 9, 2023
1 parent 122dfdd commit dba22a2
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 @@ -62,7 +62,7 @@ jobs:
with:
coverage: "pcov"
extensions: "${{ env.extensions }}"
ini-values: "display_errors=On, error_reporting=-1, memory_limit=2G"
ini-values: "display_errors=On, error_reporting=-1, memory_limit=2G, assert.exception=1"
php-version: "${{ matrix.php-versions }}"
tools: "phive"

Expand Down

0 comments on commit dba22a2

Please sign in to comment.