Skip to content

Commit 8be21c0

Browse files
committed
Add PHP7.2 or later
1 parent 8e69eef commit 8be21c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ php:
88
- 5.6
99
- "7.0"
1010
- "7.1"
11+
- "7.2"
12+
- "7.3"
13+
- "7.4"
14+
- "nightly"
1115

1216
env:
1317
matrix:
@@ -35,6 +39,8 @@ matrix:
3539
- php: 5.5
3640
dist: trusty
3741
env: DEPENDENCIES="low"
42+
allow_failures:
43+
- php: nightly
3844

3945
dist: xenial
4046
sudo: false

0 commit comments

Comments
 (0)