Skip to content

Commit 43c7855

Browse files
committed
GH Actions/coverage: fix setting of ini values
1 parent 1560d6a commit 43c7855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
php-version: ${{ matrix.php }}
249249
# On stable PHPCS versions, allow for PHP deprecation notices.
250250
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
251-
ini-values: PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On
251+
ini-values: error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On, display_startup_errors=On
252252
coverage: xdebug
253253

254254
- name: "Composer: use lock file when necessary"

0 commit comments

Comments
 (0)