Skip to content

Commit 72bc732

Browse files
committed
Add PHP 7.4 to travis matrix
1 parent f1b4302 commit 72bc732

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
language: php
22

33
php:
4-
- '5.4'
5-
- '5.5'
64
- '5.6'
75
- '7.0'
86
- '7.1'
97
- '7.2'
108
- '7.3'
9+
- '7.4'
10+
- 'nightly'
1111

1212
matrix:
1313
include:
1414
- php: '5.3'
1515
dist: precise
16+
- php: '5.4'
17+
dist: trusty
18+
- php: '5.5'
19+
dist: trusty
20+
allow_failures:
21+
- php: 'nightly'
1622

1723
before_script:
1824
- travis_retry composer self-update

0 commit comments

Comments
 (0)