From 086ffceee1c386f67e4d0b59ee3070f167005088 Mon Sep 17 00:00:00 2001 From: Patrik Foldes Date: Thu, 20 Feb 2020 21:03:38 +0300 Subject: [PATCH] Change PHP version for code style job in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ba2491..e1833d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ jobs: script: ./vendor/bin/security-checker security:check - stage: Code Style - php: 7.4 + php: 7.3 script: - composer show squizlabs/php_codesniffer - composer show doctrine/coding-standard