File tree Expand file tree Collapse file tree 6 files changed +529
-397
lines changed Expand file tree Collapse file tree 6 files changed +529
-397
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
12
- env :
13
- - qaExtended=true
14
- - php : 7.1
15
11
- php : 7.2
16
12
env :
13
+ - qaExtended=true
17
14
- dropPlatform=false
18
15
- php : nightly
19
16
env :
20
17
- dropPlatform=false
21
- - php : 7.0
22
- env :
23
- - dependencies=lowest
24
- - php : 7.1
25
- env :
26
- - dependencies=lowest
27
18
- php : 7.2
28
19
env :
29
20
- dependencies=lowest
30
- - dropPlatform=false
31
21
- php : nightly
32
22
env :
33
23
- dependencies=lowest
34
24
- dropPlatform=false
35
- - php : 7.0
36
- env :
37
- - dependencies=highest
38
- - php : 7.1
39
- env :
40
- - dependencies=highest
41
25
- php : 7.2
42
26
env :
43
27
- 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
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^7.0 || ^5.6 " ,
13
- "react/cache " : " ^0.4 .1" ,
14
- "clue/redis- react" : " ^2.0 || ^1.0 || ^0.5.1 "
12
+ "php" : " ^7.2 " ,
13
+ "clue/redis-react " : " ^2.0 || ^1.0 || ^0.5 .1" ,
14
+ "react/cache " : " ^0.5.0 "
15
15
},
16
16
"require-dev" : {
17
17
"api-clients/test-utilities" : " ^4.3"
29
29
"config" : {
30
30
"sort-packages" : true ,
31
31
"platform" : {
32
- "php" : " 7.0 "
32
+ "php" : " 7.2 "
33
33
}
34
34
},
35
35
"scripts" : {
You can’t perform that action at this time.
0 commit comments