From 7be313c56da867f08c2dd17d4c7e3fce20874ddd Mon Sep 17 00:00:00 2001 From: Steel Wagstaff Date: Fri, 26 Feb 2021 21:36:45 -0800 Subject: [PATCH] Update .travis.yml Remove PHP 7.1 & 7.2 from testing matrix --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b95e24..aeb4433 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,6 @@ branches: - hotfix - "/^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(-(0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(\\.(0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(\\+[0-9a-zA-Z-]+(\\.[0-9a-zA-Z-]+)*)?$/" php: -- 7.1 -- 7.2 - 7.3 env: - TRAVIS_NODE_VERSION="10"