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: