File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11language : php
2- sudo : required
2+ sudo : false
33
44php :
55 - 7.0
66 - 7.1
7- - hhvm
7+ - 7.2
88
9+ # # Build matrix for lowest and highest possible targets
910matrix :
10- allow_failures :
11- - php : hhvm
11+ include :
12+
13+ - php : 7.0
14+ env : dependencies=lowest
15+ - php : 7.1
16+ env : dependencies=lowest
17+ - php : 7.2
18+ env : dependencies=lowest
19+ - php : 7.0
20+ env : dependencies=highest
21+ - php : 7.1
22+ env : dependencies=highest
23+ - php : 7.2
24+ env : dependencies=highest
1225
1326install :
1427 - composer install
Original file line number Diff line number Diff line change 3131 },
3232 "require" : {
3333 "voryx/event-loop" : " ^3.0 || ^2.0" ,
34- "react/child-process" : " ^0.4.3 " ,
34+ "react/child-process" : " ^0.5 || ^0.4 " ,
3535 "reactivex/rxphp" : " ^2.0"
3636 },
3737 "autoload-dev" : {
You can’t perform that action at this time.
0 commit comments