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 8
8
9
9
# # PHP versions we test against
10
10
php :
11
- - 5.5
12
- - 5.6
13
11
- 7.0
14
12
- 7.1
15
13
- nightly
18
16
# # Build matrix for lowest and highest possible targets
19
17
matrix :
20
18
include :
21
- - php : 5.5
22
- env : dependencies=lowest
23
- - php : 5.6
24
- env : dependencies=lowest
25
19
- php : 7.0
26
20
env : dependencies=lowest
27
21
- php : 7.1
@@ -30,10 +24,6 @@ matrix:
30
24
env : dependencies=lowest
31
25
- php : hhvm
32
26
env : dependencies=lowest
33
- - php : 5.5
34
- env : dependencies=highest
35
- - php : 5.6
36
- env : dependencies=highest
37
27
- php : 7.0
38
28
env : dependencies=highest
39
29
- php : 7.1
Original file line number Diff line number Diff line change @@ -7,16 +7,10 @@ clone_folder: c:\projects\php-project-workspace
7
7
# # Build matrix for lowest and highest possible targets
8
8
environment :
9
9
matrix :
10
- - dependencies : lowest
11
- php_ver_target : 5.6
12
10
- dependencies : lowest
13
11
php_ver_target : 7.0
14
- - dependencies : current
15
- php_ver_target : 5.6
16
12
- dependencies : highest
17
13
php_ver_target : 7.0
18
- - dependencies : highest
19
- php_ver_target : 5.6
20
14
- dependencies : highest
21
15
php_ver_target : 7.0
22
16
You can’t perform that action at this time.
0 commit comments