From f6e4fb12632158092003bbcff4528c0c2feabf56 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Thu, 13 May 2021 09:34:32 -0400 Subject: [PATCH] Analyse real projects with PHP 8.0 --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3cccb71e..c9c354de2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,6 +4,9 @@ executors: php-74: docker: - image: thecodingmachine/php:7.4-v4-cli + php-80: + docker: + - image: thecodingmachine/php:8.0-v4-cli jobs: install-and-self-analyse: executor: php-74 @@ -69,7 +72,7 @@ jobs: paths: - build/psalm.phar test-with-real-projects: - executor: php-74 + executor: php-80 steps: - checkout # used here just for the side effect of loading the github public ssh key so we can clone other stuff - attach_workspace: