Skip to content

Commit de49176

Browse files
committed
ci: Set zend.assertions to 1 ini PHP Setup to break on asserts
1 parent e65189c commit de49176

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)