From 465e4510225ae7963e5eb3c0e94ade8921fc1724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:35:44 +0000 Subject: [PATCH] chore(deps): update cimg/php docker tag to v8.3.9 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 57c2170bf..10cdd1728 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -254,7 +254,7 @@ jobs: php: docker: - - image: cimg/php:8.3.8 + - image: cimg/php:8.3.9 working_directory: ~/repo steps: - checkout