From 7b3f230081158a524c2bc412e36bf01fe8f843c4 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Wed, 20 Mar 2019 08:57:05 +0100 Subject: [PATCH] Use PHPStan 0.11.4 [MAILPOET-1915] --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 48549d57e9..8d800d8280 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,7 @@ jobs: name: "Set up environment" command: | source ./.circleci/setup.bash && setup php7 - wget https://github.com/phpstan/phpstan/releases/download/0.11.2/phpstan.phar + wget https://github.com/phpstan/phpstan/releases/download/0.11.4/phpstan.phar - run: name: "Static analysis" command: ./do qa:phpstan