File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
PHPUnit :
9
9
name : PHPUnit (PHP ${{ matrix.php }})
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.2
14
15
- 8.1
15
16
- 8.0
16
17
- 7.4
23
24
- 5.4
24
25
- 5.3
25
26
steps :
26
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v3
27
28
- uses : shivammathur/setup-php@v2
28
29
with :
29
30
php-version : ${{ matrix.php }}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<!-- PHPUnit configuration file with new format for PHPUnit 9.5+ -->
4
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
6
6
bootstrap =" vendor/autoload.php"
7
7
cacheResult =" false"
17
17
<directory >./src/</directory >
18
18
</include >
19
19
</coverage >
20
+ <php >
21
+ <ini name =" error_reporting" value =" -1" />
22
+ </php >
20
23
</phpunit >
You can’t perform that action at this time.
0 commit comments