Skip to content

Commit 5022652

Browse files
committed
TASK: Enable zend.assertions in CI
1 parent c2122b5 commit 5022652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-php/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ runs:
1212
with:
1313
php-version: ${{ inputs.php-version }}
1414
coverage: xdebug
15+
ini-values: zend.assertions=1
1516

1617
- id: composer-cache
1718
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)