File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed
Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,42 @@ language: php
22
33sudo : false
44
5- env :
6- - TEST_SUITE=samples
7-
85matrix :
96 include :
107 - php : 5.6
11- env : PHPUNIT_VERSION=5.6.*
8+ env :
9+ - PHPUNIT_VERSION=5.6.*
10+ - TEST_SUITE=samples
1211 dist : trusty
1312 - php : 7.0
14- env : PHPUNIT_VERSION=5.6.*
13+ env :
14+ - PHPUNIT_VERSION=5.6.*
15+ - TEST_SUITE=samples
1516 dist : trusty
1617 - php : 7.1
17- env : PHPUNIT_VERSION=5.7.*
18+ env :
19+ - PHPUNIT_VERSION=5.7.*
20+ - TEST_SUITE=samples
1821 dist : trusty
1922 - php : 7.2
20- env : PHPUNIT_VERSION=8.5.*
23+ env :
24+ - PHPUNIT_VERSION=8.5.*
25+ - TEST_SUITE=samples
2126 dist : bionic
2227 - php : 7.3
23- env : PHPUNIT_VERSION=9.5.*
28+ env :
29+ - PHPUNIT_VERSION=9.5.*
30+ - TEST_SUITE=samples
2431 dist : bionic
2532 - php : 7.4
26- env : PHPUNIT_VERSION=9.5.*
33+ env :
34+ - PHPUNIT_VERSION=9.5.*
35+ - TEST_SUITE=samples
2736 dist : bionic
2837 - php : 8.0
29- env : PHPUNIT_VERSION=9.5.*
38+ env :
39+ - PHPUNIT_VERSION=9.5.*
40+ - TEST_SUITE=samples
3041 dist : bionic
3142
3243before_install :
You can’t perform that action at this time.
0 commit comments