We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a62404 commit 4711f71Copy full SHA for 4711f71
.travis.yml
@@ -9,6 +9,7 @@ cache:
9
## PHP versions we test against
10
php:
11
- 7.0
12
+ - 7.1
13
- nightly
14
- hhvm
15
@@ -17,12 +18,16 @@ matrix:
17
18
include:
19
- php: 7.0
20
env: dependencies=lowest
21
+ - php: 7.1
22
+ env: dependencies=lowest
23
- php: nightly
24
25
- php: hhvm
26
27
28
env: dependencies=highest
29
30
+ env: dependencies=highest
31
32
33
0 commit comments