From b429575f3ca3abcd8ebf5dd10bbea6170a09eba0 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 18 Nov 2020 14:18:59 -0600 Subject: [PATCH] qa: move CS checks to PHP 7.3 The version we're using currently has deprecation notices on PHP 7.4, and failures to execute on 8.0. Signed-off-by: Matthew Weier O'Phinney --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c7441e..fccc4af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,13 +21,13 @@ jobs: - php: 7.3 env: - DEPS=latest + - CS_CHECK=true - php: 7.4 env: - DEPS=lowest - php: 7.4 env: - DEPS=latest - - CS_CHECK=true - TEST_COVERAGE=true - php: nightly env: