Skip to content

Commit 6af6ed5

Browse files
authored
Merge pull request #250 from cvergne/ci/set-php-zend-assertion
[CI] Set zend.assertions to 1 ini PHP Setup to break on asserts
2 parents e65189c + de49176 commit 6af6ed5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: shivammathur/[email protected]
2929
with:
3030
php-version: ${{ matrix.php-version }}
31+
ini-values: zend.assertions=1
3132

3233
- name: composer-cache-dir
3334
id: composercache

0 commit comments

Comments
 (0)