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