File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 88
99# # PHP versions we test against
1010php :
11- - 5.5
12- - 5.6
1311 - 7.0
1412 - 7.1
1513 - nightly
1816# # Build matrix for lowest and highest possible targets
1917matrix :
2018 include :
21- - php : 5.5
22- env : dependencies=lowest
23- - php : 5.6
24- env : dependencies=lowest
2519 - php : 7.0
2620 env : dependencies=lowest
2721 - php : 7.1
@@ -30,10 +24,6 @@ matrix:
3024 env : dependencies=lowest
3125 - php : hhvm
3226 env : dependencies=lowest
33- - php : 5.5
34- env : dependencies=highest
35- - php : 5.6
36- env : dependencies=highest
3727 - php : 7.0
3828 env : dependencies=highest
3929 - php : 7.1
Original file line number Diff line number Diff line change @@ -7,16 +7,10 @@ clone_folder: c:\projects\php-project-workspace
77# # Build matrix for lowest and highest possible targets
88environment :
99 matrix :
10- - dependencies : lowest
11- php_ver_target : 5.6
1210 - dependencies : lowest
1311 php_ver_target : 7.0
14- - dependencies : current
15- php_ver_target : 5.6
1612 - dependencies : highest
1713 php_ver_target : 7.0
18- - dependencies : highest
19- php_ver_target : 5.6
2014 - dependencies : highest
2115 php_ver_target : 7.0
2216
You can’t perform that action at this time.
0 commit comments