From 9930b431e5a29fafcc564cf4419c89e922444e93 Mon Sep 17 00:00:00 2001 From: Michael van der Werve Date: Fri, 29 Mar 2019 13:53:04 +0100 Subject: [PATCH] add php 7.3 in the build matrix --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b937ff7..af5a58f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ php: - 7.0 - 7.1 - 7.2 - - nightly # doesn't work yet on PHP 7.3! not building. + - 7.3 + - nightly # doesn't work yet on PHP 7.4! not building. # setting the env is the easiest, because it will mix with all the separate php versions (travis does this)