From 772037c1fb56e577805f2be509c800c9d75c1af0 Mon Sep 17 00:00:00 2001
From: Arjun Rajappa <Arjun.Rajappa@ibm.com>
Date: Thu, 2 Jan 2025 12:08:42 +0530
Subject: [PATCH] chore: start ruby 3.4.1 testing

Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>
---
 .circleci/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 890c2e99..05d5c79f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -186,7 +186,7 @@ executors:
           POSTGRES_DB: 'ci_test'
   ruby_34:
     docker:
-      - image: ruby:3.4.0-preview2-bookworm
+      - image: ruby:3.4.1-bookworm
         environment:
           MEMCACHED_HOST: '127.0.0.1:11211'
           REDIS_URL: 'redis://127.0.0.1:6379'
@@ -201,7 +201,7 @@ executors:
       - image: mongo:5-focal
   ruby_34_mysql2:
     docker:
-      - image: ruby:3.4.0-preview2-bookworm
+      - image: ruby:3.4.1-bookworm
         environment:
           DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
       - image: mariadb
@@ -214,7 +214,7 @@ executors:
           MYSQL_ROOT_HOST: '%'
   ruby_34_postgres:
     docker:
-      - image: ruby:3.4.0-preview2-bookworm
+      - image: ruby:3.4.1-bookworm
         environment:
           DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test"
       - image: postgres