File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- php :
4
- # - 5.3 # requires old distro
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - 7.0
9
- - 7.1
10
- - 7.2
11
- - hhvm # ignore errors, see below
12
-
13
3
# lock distro so new future defaults will not break the build
14
4
dist : trusty
15
5
16
6
matrix :
17
7
include :
18
8
- php : 5.3
19
9
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
20
19
allow_failures :
21
- - php : hhvm
20
+ - php : hhvm-3.18
22
21
23
22
sudo : false
24
23
Original file line number Diff line number Diff line change 17
17
"rize/uri-template" : " ^0.3"
18
18
},
19
19
"require-dev" : {
20
- "phpunit/phpunit" : " ^6.0 || ^5.7 || ^4.8.35"
20
+ "phpunit/phpunit" : " ^7.0 || ^ 6.0 || ^5.7 || ^4.8.35"
21
21
},
22
22
"autoload" : {
23
23
"psr-4" : { "Clue\\ React\\ Packagist\\ Api\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments