File tree Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- php :
4
- - 7.1
5
- - 7.2
6
- - 7.3
7
- - 7.4
8
- - nightly # ignore errors, see below
9
-
10
3
# lock distro so new future defaults will not break the build
11
4
dist : trusty
12
5
13
- matrix :
6
+ jobs :
7
+ include :
8
+ - php : 7.1
9
+ - php : 7.2
10
+ - php : 7.3
11
+ - php : 7.4
12
+ - php : nightly
14
13
allow_failures :
15
14
- php : nightly
16
15
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <phpunit 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 =" vendor/autoload.php"
12
- >
3
+ <phpunit bootstrap =" vendor/autoload.php" colors =" true" >
13
4
<testsuites >
14
5
<testsuite name =" Promise Test Suite" >
15
6
<directory >./tests/</directory >
You can’t perform that action at this time.
0 commit comments