From 1114935e6486caaae6e4ba98b51ab803317acb03 Mon Sep 17 00:00:00 2001
From: Shlee <github@shl.ee>
Date: Sun, 7 Nov 2021 03:13:51 +1100
Subject: [PATCH] [CircleCI] Test using Postgres 14 (#16948)

* Update config.yml

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

diff --git a/.circleci/config.yml b/.circleci/config.yml
index b05273f8b4..968de1eb29 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -19,7 +19,7 @@ executors:
           DB_USER: root
           DISABLE_SIMPLECOV: true
           RAILS_ENV: test
-      - image: cimg/postgres:12.7
+      - image: cimg/postgres:14.0
         environment:
           POSTGRES_USER: root
           POSTGRES_HOST_AUTH_METHOD: trust
-- 
GitLab