Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9a077fe

Browse files
committed
added php 7.2 in matrix
1 parent 863d7c9 commit 9a077fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ matrix:
5757
- php: 7.1
5858
env:
5959
- DEPS=latest
60+
- php: 7.2
61+
env:
62+
- DEPS=lowest
63+
- php: 7.2
64+
env:
65+
- DEPS=locked
66+
- php: 7.2
67+
env:
68+
- DEPS=latest
6069
- php: nightly
6170
env:
6271
- DEPS=lowest
@@ -67,6 +76,7 @@ matrix:
6776
env:
6877
- DEPS=latest
6978
allow_failures:
79+
- php: 7.2
7080
- php: nightly
7181

7282
notifications:

0 commit comments

Comments
 (0)