From 6e66fba035a0ac660d758be6dd8122a1e1a11b5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:55:58 +1000 Subject: [PATCH] chore(deps): update cimg/php docker tag to v8.3.6 (#2619) 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 c38cb614b..ab8f7284a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -254,7 +254,7 @@ jobs: php: docker: - - image: cimg/php:8.3.4 + - image: cimg/php:8.3.6 working_directory: ~/repo steps: - checkout