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 aa258b3 commit 5ca2bf6Copy full SHA for 5ca2bf6
.github/workflows/ci.yaml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
php-version: ${{ matrix.php-version }}
26
extensions: none, ctype, curl, dom, json, mbstring, tokenizer, xml, xmlwriter
27
+ ini-values: display_errors=On, display_startup_errors=On, error_reporting=-1, zend.assertions=1
28
29
- run: composer update
30
0 commit comments