File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 18
18
jobs :
19
19
phpunit :
20
20
runs-on : ubuntu-20.04
21
- name : PHPUnit ${{ matrix.php-version }} ${{ matrix.mautic_version }}
21
+ name : PHPUnit ${{ matrix.php_version }} ${{ matrix.mautic_version }}
22
22
strategy :
23
23
matrix :
24
24
mautic_version : ["5.x-dev", "4.x-dev"]
25
- php_version : ["7.4", "8.0"]
25
+ php_version : ["7.4", "8.0", "8.1" ]
26
26
27
27
services :
28
28
mysql :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" tests/bootstrap.php" colors =" false" backupGlobals =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ backupGlobals =" false"
4
+ backupStaticAttributes =" false"
5
+ colors =" true"
6
+ convertErrorsToExceptions =" true"
7
+ convertNoticesToExceptions =" true"
8
+ convertWarningsToExceptions =" true"
9
+ processIsolation =" false"
10
+ stopOnFailure =" false"
11
+ bootstrap =" tests/bootstrap.php"
12
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
13
+ failOnRisky =" true"
14
+ failOnWarning =" true"
15
+ >
3
16
<coverage includeUncoveredFiles =" true" >
4
17
<include >
5
18
<directory suffix =" .php" >lib</directory >
You can’t perform that action at this time.
0 commit comments