From db755e764f56867e1a1f3f07d0c955df1542b1fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Thu, 18 Jan 2024 15:26:28 +0100
Subject: [PATCH] upgrade Ruby and Postgres in CI

---
 .circleci/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index bf5f7da08..f4a0eae85 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,13 +2,13 @@ version: 2
 jobs:
   build:
     docker:
-      - image: cimg/ruby:3.1.4-node
+      - image: cimg/ruby:3.3.0-node
         environment:
           RAILS_ENV: test
           RACK_ENV: test
           PGHOST: localhost
           PGUSER: osuny
-      - image: cimg/postgres:14.4
+      - image: cimg/postgres:14.10
         environment:
           POSTGRES_PASSWORD: ""
           POSTGRES_USER: osuny
-- 
GitLab