From b3bdf487fb18d166b941d70175a0c25a38de2a37 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 14 Jan 2021 14:33:29 -0600 Subject: [PATCH] fix(ci): Drop PHP 7.2 from test matrix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d6f2626..63f2a0f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,4 +20,4 @@ workflows: test-command: lint matrix: parameters: - version: ['7.2', '7.3', '7.4'] + version: ['7.3', '7.4']