File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 9
9
- hhvm
10
10
11
11
env :
12
- - PHPUNIT=4.8.*
13
- - PHPUNIT=5.0.*
14
- - PHPUNIT=5.1.*
15
- - PHPUNIT=5.2.*
16
- - PHPUNIT=5.3.*
17
- - PHPUNIT=5.4.*
18
- - PHPUNIT=5.5.*
19
- - PHPUNIT=5.6.*
20
- - PHPUNIT=5.6.x-dev
21
- - PHPUNIT=5.7.x-dev
22
- - PHPUNIT=6.0.x-dev
12
+ - PHPUNIT=4.7.* # EOL August 7, 2016
13
+ - PHPUNIT=4.8.* # EOL August 7, 2016
14
+ - PHPUNIT=5.0.* # EOL February 3, 2017
15
+ - PHPUNIT=5.1.* # EOL February 3, 2017
16
+ - PHPUNIT=5.2.* # EOL February 2, 2018
17
+ - PHPUNIT=5.3.* # EOL February 2, 2018
18
+ - PHPUNIT=5.4.* # EOL February 2, 2018
19
+ - PHPUNIT=5.5.* # EOL February 2, 2018
20
+ - PHPUNIT=5.6.* # EOL February 2, 2018
21
+ - PHPUNIT=5.6.x-dev # EOL February 2, 2018
22
+ - PHPUNIT=5.7.x-dev # EOL February 2, 2018
23
+ - PHPUNIT=6.0.x-dev # EOL February 2, 2018
23
24
24
25
matrix :
25
26
exclude :
26
27
- php : 5.6
27
28
env : PHPUNIT=6.0.x-dev
29
+ - php : hhvm
30
+ env : PHPUNIT=6.0.x-dev
28
31
29
32
cache :
30
33
directories :
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=5.6"
16
- },
17
- "require-dev" : {
18
- "phpunit/phpunit" : " ~4.8"
15
+ "php" : " >=5.6" ,
16
+ "phpunit/phpunit" : " ~4.7"
19
17
},
20
18
"autoload" : {
21
19
"psr-0" : {
You can’t perform that action at this time.
0 commit comments