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 15f6c5b commit 984f56eCopy full SHA for 984f56e
.travis.yml
@@ -9,6 +9,7 @@ cache:
9
## PHP versions we test against
10
php:
11
- 7.0
12
+ - 7.1
13
- hhvm
14
- nightly
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: hhvm
24
25
- php: nightly
26
27
28
env: dependencies=highest
29
30
+ env: dependencies=highest
31
32
33
0 commit comments