File tree Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change 10
10
- hhvm
11
11
12
12
env :
13
- - PHPUNIT=4.7.* # EOL August 7, 2016
14
- - PHPUNIT=4.8.* # EOL August 7, 2016
15
- - PHPUNIT=5.0.* # EOL February 3, 2017
16
- - PHPUNIT=5.1.* # EOL February 3, 2017
17
- - PHPUNIT=5.2.* # EOL February 2, 2018
18
- - PHPUNIT=5.3.* # EOL February 2, 2018
19
- - PHPUNIT=5.4.* # EOL February 2, 2018
20
- - PHPUNIT=5.5.* # EOL February 2, 2018
21
- - PHPUNIT=5.6.* # EOL February 2, 2018
22
- - PHPUNIT=5.7.* # EOL February 2, 2018
23
- - PHPUNIT=^6.0 # EOL February 2, 2018
24
-
25
- matrix :
26
- exclude :
27
- - php : 5.6
28
- env : PHPUNIT=^6.0
29
- - php : hhvm
30
- env : PHPUNIT=^6.0
13
+ - PHPUNIT=4.7.*
14
+ - PHPUNIT=4.8.*
15
+ - PHPUNIT=5.0.*
16
+ - PHPUNIT=5.1.*
17
+ - PHPUNIT=5.2.*
18
+ - PHPUNIT=5.3.*
19
+ - PHPUNIT=5.4.*
20
+ - PHPUNIT=5.5.*
21
+ - PHPUNIT=5.6.*
22
+ - PHPUNIT=5.7.*
31
23
32
24
cache :
33
25
directories :
36
28
before_script :
37
29
- phpenv config-rm xdebug.ini || true
38
30
- composer self-update
39
- - composer config minimum-stability dev
40
31
- composer require phpunit/phpunit:${PHPUNIT}
41
32
42
33
script :
You can’t perform that action at this time.
0 commit comments