File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- sudo : required
2
+ sudo : false
3
3
4
4
php :
5
5
- 7.0
6
6
- 7.1
7
- - hhvm
7
+ - 7.2
8
8
9
+ # # Build matrix for lowest and highest possible targets
9
10
matrix :
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
12
25
13
26
install :
14
27
- composer install
Original file line number Diff line number Diff line change 31
31
},
32
32
"require" : {
33
33
"voryx/event-loop" : " ^3.0 || ^2.0" ,
34
- "react/child-process" : " ^0.4.3 " ,
34
+ "react/child-process" : " ^0.5 || ^0.4 " ,
35
35
"reactivex/rxphp" : " ^2.0"
36
36
},
37
37
"autoload-dev" : {
You can’t perform that action at this time.
0 commit comments