File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11language : php
2- php :
3- # - 5.3 # requires old distro, see below
4- - 5.4
5- - 5.5
6- - 5.6
7- - 7.0
8- - 7.1
9- - 7.2
10- - hhvm # ignore errors, see below
112
123# lock distro so future defaults will not break the build
134dist : trusty
@@ -16,8 +7,17 @@ matrix:
167 include :
178 - php : 5.3
189 dist : precise
10+ - php : 5.4
11+ - php : 5.5
12+ - php : 5.6
13+ - php : 7.0
14+ - php : 7.1
15+ - php : 7.2
16+ - php : 7.3
17+ - php : 7.4
18+ - php : hhvm-3.18
1919 allow_failures :
20- - php : hhvm
20+ - php : hhvm-3.18
2121
2222sudo : false
2323
Original file line number Diff line number Diff line change 2020 "react/promise" : " ^2.0 || ^1.0"
2121 },
2222 "require-dev" : {
23- "phpunit/phpunit" : " ^6.0 || ^5.7 || ^4.8.35"
23+ "phpunit/phpunit" : " ^7.0 ||^ 6.0 || ^5.7 || ^4.8.35"
2424 }
2525}
You can’t perform that action at this time.
0 commit comments