From d3451e7d33b36fb79c877847bf662adf3d3546df Mon Sep 17 00:00:00 2001 From: eljam Date: Tue, 23 Mar 2021 14:40:24 +0100 Subject: [PATCH] chore(ci): update php version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a85226d..62f46f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ cache: - vendor php: - - 5.6 - - 7.0 + - 7.4 + - 8.0 before_script: - composer selfupdate