File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 php-version : ${{ matrix.php }}
3939 # With stable PHPCS dependencies, allow for PHP deprecation notices.
4040 # Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
41- ini-values : error_reporting=-1, display_errors=On
41+ ini-values : error_reporting=-1, display_errors=On, display_startup_errors=On
4242 coverage : ${{ github.ref_name == 'develop' && 'xdebug' || 'none' }}
4343
4444 - name : Enable creation of `composer.lock` file
Original file line number Diff line number Diff line change 9191 id : set_ini
9292 run : |
9393 if [ "${{ matrix.dependencies }}" != "dev" ]; then
94- echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> "$GITHUB_OUTPUT"
94+ echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On, display_startup_errors=On ' >> "$GITHUB_OUTPUT"
9595 else
96- echo 'PHP_INI=error_reporting=-1, display_errors=On' >> "$GITHUB_OUTPUT"
96+ echo 'PHP_INI=error_reporting=-1, display_errors=On, display_startup_errors=On ' >> "$GITHUB_OUTPUT"
9797 fi
9898
9999 - name : Set up PHP
You can’t perform that action at this time.
0 commit comments