From 55d554749bc9c6da54ada5a7705dcc2cb7d43bcc Mon Sep 17 00:00:00 2001 From: Raphael Schweikert Date: Thu, 7 Feb 2019 11:48:37 +0100 Subject: [PATCH] Test with PHP 7.2 and 7.3 release but not 8 nightly as that fails currently --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58537f7c0..622f22b73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ php: - "5.6" - "7.0" - "7.1" - - "nightly" + - "7.2" + - "7.3" - hhvm sudo: false dist: trusty