File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 25
25
phpunit-versions : ' 8.5.15'
26
26
experimental : false
27
27
- php-versions : ' 8.1'
28
- phpunit-versions : ' 9.5.11 '
28
+ phpunit-versions : ' 9.5.14 '
29
29
experimental : false
30
30
31
31
# PHPUnit's dependencies do not support PHP 8.2 yet.
42
42
php-version : ${{ matrix.php-versions }}
43
43
tools : composer, phpunit:${{ matrix.phpunit-versions }}
44
44
coverage : xdebug
45
+ # Report deprecation errors.
46
+ ini-values : error_reporting=E_ALL
45
47
46
48
- name : Setup problem matchers for PHP
47
49
run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
Original file line number Diff line number Diff line change 6
6
convertErrorsToExceptions =" true"
7
7
convertNoticesToExceptions =" true"
8
8
convertWarningsToExceptions =" true"
9
+ convertDeprecationsToExceptions =" true"
9
10
processIsolation =" false" >
10
11
11
12
<testsuites >
You can’t perform that action at this time.
0 commit comments