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 88# # Build matrix for lowest and highest possible targets
99matrix :
1010 include :
11- - php : 7.0
12- env :
13- - qaExtended=true
14- - php : 7.1
1511 - php : 7.2
1612 env :
13+ - qaExtended=true
1714 - dropPlatform=false
1815 - php : nightly
1916 env :
2017 - dropPlatform=false
21- - php : 7.0
22- env :
23- - dependencies=lowest
24- - php : 7.1
25- env :
26- - dependencies=lowest
2718 - php : 7.2
2819 env :
2920 - dependencies=lowest
30- - dropPlatform=false
3121 - php : nightly
3222 env :
3323 - dependencies=lowest
3424 - dropPlatform=false
35- - php : 7.0
36- env :
37- - dependencies=highest
38- - php : 7.1
39- env :
40- - dependencies=highest
4125 - php : 7.2
4226 env :
4327 - dependencies=highest
Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ clone_folder: c:\projects\php-project-workspace
66# # Build matrix for lowest and highest possible targets
77environment :
88 matrix :
9- - dependencies : lowest
10- php_ver_target : 7.0
11- - dependencies : lowest
12- php_ver_target : 7.1
139 - dependencies : lowest
1410 php_ver_target : 7.2
15- - dependencies : current
16- php_ver_target : 7.0
17- - dependencies : current
18- php_ver_target : 7.1
1911 - dependencies : current
2012 php_ver_target : 7.2
21- - dependencies : highest
22- php_ver_target : 7.0
23- - dependencies : highest
24- php_ver_target : 7.1
2513 - dependencies : highest
2614 php_ver_target : 7.2
2715
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "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 "
1515 },
1616 "require-dev" : {
1717 "api-clients/test-utilities" : " ^4.3"
2929 "config" : {
3030 "sort-packages" : true ,
3131 "platform" : {
32- "php" : " 7.0 "
32+ "php" : " 7.2 "
3333 }
3434 },
3535 "scripts" : {
You can’t perform that action at this time.
0 commit comments