Skip to content

Commit cca6209

Browse files
committed
update Travis PHP Matrix
1 parent 834002b commit cca6209

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ sudo: false
55
matrix:
66
include:
77
- php: 5.4
8+
dist: trusty
89
- php: 5.5
10+
dist: trusty
911
- php: 5.6
12+
dist: trusty
1013
- php: 7.0
1114
- php: 7.1
1215
- php: 7.2
16+
- php: 7.3
17+
- php: 7.4
1318

1419
install:
1520
- composer install

0 commit comments

Comments
 (0)