Skip to content

Commit

Permalink
Merge pull request #113 from jrfnl/feature/ghactions-enable-zend-asse…
Browse files Browse the repository at this point in the history
…rtions

GH Actions: ensure zend assertions is enabled
  • Loading branch information
antecedent committed Aug 15, 2021
2 parents da5a950 + bc202de commit 0158dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On, log_errors_max_len=0
coverage: none
tools: none

Expand Down

0 comments on commit 0158dbd

Please sign in to comment.