From 37de0a6f91e3027fc62855587398cee95f536eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:30:35 +1000 Subject: [PATCH] chore(deps): update cimg/php docker tag to v8.3.8 (#2650) 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 6dee67373..72a91a201 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -254,7 +254,7 @@ jobs: php: docker: - - image: cimg/php:8.3.6 + - image: cimg/php:8.3.8 working_directory: ~/repo steps: - checkout