From 2a7bca881b73e8e4b7b52084cdc8d633cf42cbaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 21:35:50 +0000 Subject: [PATCH] Update dependency cimg/php to v8.1 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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