We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71353a4 commit 195bb5fCopy full SHA for 195bb5f
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd
29
tools: composer:v2
30
coverage: none
31
- ini-values: error_reporting=E_ALL
+ ini-values: error_reporting=E_ALL, zend.assertions=1
32
33
- name: Set Laravel Version
34
run: composer require "laravel/framework:^${{ matrix.laravel }}" --no-update
0 commit comments