Skip to content

Commit 195bb5f

Browse files
committed
build: add assertions to ini values in github actions
1 parent 71353a4 commit 195bb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd
2929
tools: composer:v2
3030
coverage: none
31-
ini-values: error_reporting=E_ALL
31+
ini-values: error_reporting=E_ALL, zend.assertions=1
3232

3333
- name: Set Laravel Version
3434
run: composer require "laravel/framework:^${{ matrix.laravel }}" --no-update

0 commit comments

Comments
 (0)