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 599443b commit 322db63Copy full SHA for 322db63
.github/workflows/phpunit-tests-run.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: shivammathur/setup-php@v2
36
with:
37
php-version: '${{ inputs.php }}'
38
- ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
+ ini-file: development
39
tools: phpunit-polyfills
40
41
- name: Install Composer dependencies
0 commit comments