File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2525 phpunit-versions : ' 8.5.15'
2626 experimental : false
2727 - php-versions : ' 8.1'
28- phpunit-versions : ' 9.5.11 '
28+ phpunit-versions : ' 9.5.14 '
2929 experimental : false
3030
3131 # PHPUnit's dependencies do not support PHP 8.2 yet.
4242 php-version : ${{ matrix.php-versions }}
4343 tools : composer, phpunit:${{ matrix.phpunit-versions }}
4444 coverage : xdebug
45+ # Report deprecation errors.
46+ ini-values : error_reporting=E_ALL
4547
4648 - name : Setup problem matchers for PHP
4749 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
Original file line number Diff line number Diff line change 66 convertErrorsToExceptions =" true"
77 convertNoticesToExceptions =" true"
88 convertWarningsToExceptions =" true"
9+ convertDeprecationsToExceptions =" true"
910 processIsolation =" false" >
1011
1112 <testsuites >
You can’t perform that action at this time.
0 commit comments