From 033a352b214a3211933a0579c4b5961cafda7f2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 02:59:03 +1000 Subject: [PATCH] chore(deps): update cimg/php docker tag to v8.4.3 (#2914) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17f72deee..7f3a176b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -254,7 +254,7 @@ jobs: php: docker: - - image: cimg/php:8.4.2 + - image: cimg/php:8.4.3 working_directory: ~/repo steps: - checkout