about summary refs log tree commit diff
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2021-11-07 03:13:51 +1100
committerGitHub <noreply@github.com>2021-11-06 17:13:51 +0100
commit1114935e6486caaae6e4ba98b51ab803317acb03 (patch)
tree2ce535fe0ac3babcf71c459e4802b316bcab5cf4
parent2251db42ec02e235ae99e5cec9e06564287dee16 (diff)
[CircleCI] Test using Postgres 14 (#16948)
* Update config.yml

* Update config.yml
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b05273f8b..968de1eb2 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