File tree 1 file changed +21
-10
lines changed
1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,42 @@ language: php
2
2
3
3
sudo : false
4
4
5
- env :
6
- - TEST_SUITE=samples
7
-
8
5
matrix :
9
6
include :
10
7
- php : 5.6
11
- env : PHPUNIT_VERSION=5.6.*
8
+ env :
9
+ - PHPUNIT_VERSION=5.6.*
10
+ - TEST_SUITE=samples
12
11
dist : trusty
13
12
- php : 7.0
14
- env : PHPUNIT_VERSION=5.6.*
13
+ env :
14
+ - PHPUNIT_VERSION=5.6.*
15
+ - TEST_SUITE=samples
15
16
dist : trusty
16
17
- php : 7.1
17
- env : PHPUNIT_VERSION=5.7.*
18
+ env :
19
+ - PHPUNIT_VERSION=5.7.*
20
+ - TEST_SUITE=samples
18
21
dist : trusty
19
22
- php : 7.2
20
- env : PHPUNIT_VERSION=8.5.*
23
+ env :
24
+ - PHPUNIT_VERSION=8.5.*
25
+ - TEST_SUITE=samples
21
26
dist : bionic
22
27
- php : 7.3
23
- env : PHPUNIT_VERSION=9.5.*
28
+ env :
29
+ - PHPUNIT_VERSION=9.5.*
30
+ - TEST_SUITE=samples
24
31
dist : bionic
25
32
- php : 7.4
26
- env : PHPUNIT_VERSION=9.5.*
33
+ env :
34
+ - PHPUNIT_VERSION=9.5.*
35
+ - TEST_SUITE=samples
27
36
dist : bionic
28
37
- php : 8.0
29
- env : PHPUNIT_VERSION=9.5.*
38
+ env :
39
+ - PHPUNIT_VERSION=9.5.*
40
+ - TEST_SUITE=samples
30
41
dist : bionic
31
42
32
43
before_install :
You can’t perform that action at this time.
0 commit comments