Skip to content

Commit d558b13

Browse files
authored
Add recent PHP versions
1 parent bf9d4b5 commit d558b13

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: php
22
php:
3-
- '7.1'
4-
- '7.2'
3+
- 7.1
4+
- 7.2
5+
- 7.3
6+
- 7.4
57
- nightly
68
env: # important!
79
matrix:
810
allow_failures:
11+
- php: 7.4
912
- php: nightly
1013

1114
before_script:

0 commit comments

Comments
 (0)