We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2122b5 commit 5022652Copy full SHA for 5022652
1 file changed
.github/actions/setup-php/action.yml
@@ -12,6 +12,7 @@ runs:
12
with:
13
php-version: ${{ inputs.php-version }}
14
coverage: xdebug
15
+ ini-values: zend.assertions=1
16
17
- id: composer-cache
18
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
0 commit comments