From 8b2e3244fbe07c2917a32de0bde45c527fe8efa8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 18 Dec 2023 06:10:09 +0000
Subject: [PATCH] Update cimg/php Docker tag to v8.3.0

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index e78c97a..5973c59 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
 jobs:
   build:
     docker:
-      - image: cimg/php:8.2.0
+      - image: cimg/php:8.3.0
     steps:
       - checkout
       - run: composer install