Skip to content

Commit 6ded854

Browse files
committed
Add PHP 7.4 to the build matrix
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 53b6ab8 commit 6ded854

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: php
22

3-
dist: trusty
3+
dist: xenial
44

55
php:
66
- 7.1
77
- 7.2
88
- 7.3
9+
- 7.4
910
- nightly
1011

1112
matrix:

0 commit comments

Comments
 (0)