From 6844f168a3e0a21b7d0bef53a4255dbb9c6ae4f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:56:49 +0000 Subject: [PATCH] Update cimg/php Docker tag to v7.4 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 706d6406..4570b084 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ version: 2 jobs: php71: docker: - - image: cimg/php:7.1 + - image: cimg/php:7.4 steps: - checkout - run: php -v @@ -14,7 +14,7 @@ jobs: - run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text php72: docker: - - image: cimg/php:7.2 + - image: cimg/php:7.4 steps: - checkout - run: php -v @@ -22,7 +22,7 @@ jobs: - run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text php73: docker: - - image: cimg/php:7.3 + - image: cimg/php:7.4 steps: - checkout - run: php -v