From: Shlee Date: Sat, 6 Nov 2021 16:13:51 +0000 (+1100) Subject: [CircleCI] Test using Postgres 14 (#16948) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1114935e6486caaae6e4ba98b51ab803317acb03;p=mastodon.git [CircleCI] Test using Postgres 14 (#16948) * Update config.yml * Update config.yml --- 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