From c65b8f97bbd1b85f1eedf08560799636e55196f5 Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Tue, 28 Apr 2020 12:16:37 -0400 Subject: [PATCH] Laravel 6 drops support for php7.1, add php7.4 instead. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75c7c2245c..6ea67cb9d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ services: # list any PHP version you want to test against php: - - 7.1.8 - 7.2 - 7.3.0 + - 7.4 # execute any number of scripts before the test run, custom env's are available as variables