diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c506e3..dc4853d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ version: 2 jobs: php74: docker: - - image: cimg/php:7.4 + - image: cimg/php:8.1 steps: - checkout - run: php -v @@ -14,7 +14,7 @@ jobs: - run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text php80: docker: - - image: cimg/php:8.0 + - image: cimg/php:8.1 steps: - checkout - run: php -v