Skip to content

Commit

Permalink
ci: set zend.assertions in php.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Oct 13, 2024
1 parent ef7311c commit a53905e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: fileinfo, gd, imagick, exif, ffi
ini-values: zend.max_allowed_stack_size=-1
ini-values: zend.max_allowed_stack_size=-1, zend.assertions=1

- name: Install libvips
if: runner.os == 'Linux'
Expand Down

0 comments on commit a53905e

Please sign in to comment.