File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 8
8
# # Build matrix for lowest and highest possible targets
9
9
matrix :
10
10
include :
11
- - php : 7.0
11
+ - php : 7.2
12
12
env :
13
13
- qaExtended=true
14
- - php : 7.1
15
- - php : 7.2
16
14
- php : nightly
17
15
env :
18
16
- dropPlatform=false
19
- - php : 7.0
20
- env :
21
- - dependencies=lowest
22
- - php : 7.1
23
- env :
24
- - dependencies=lowest
25
17
- php : 7.2
26
18
env :
27
19
- dependencies=lowest
28
20
- php : nightly
29
21
env :
30
22
- dependencies=lowest
31
23
- dropPlatform=false
32
- - php : 7.0
33
- env :
34
- - dependencies=highest
35
- - php : 7.1
36
- env :
37
- - dependencies=highest
38
24
- php : 7.2
39
25
env :
40
26
- dependencies=highest
Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ clone_folder: c:\projects\php-project-workspace
6
6
# # Build matrix for lowest and highest possible targets
7
7
environment :
8
8
matrix :
9
- - dependencies : lowest
10
- php_ver_target : 7.0
11
- - dependencies : lowest
12
- php_ver_target : 7.1
13
9
- dependencies : lowest
14
10
php_ver_target : 7.2
15
- - dependencies : current
16
- php_ver_target : 7.0
17
- - dependencies : current
18
- php_ver_target : 7.1
19
11
- dependencies : current
20
12
php_ver_target : 7.2
21
- - dependencies : highest
22
- php_ver_target : 7.0
23
- - dependencies : highest
24
- php_ver_target : 7.1
25
13
- dependencies : highest
26
14
php_ver_target : 7.2
27
15
You can’t perform that action at this time.
0 commit comments