]> cat aescling's git repositories - mastodon.git/commitdiff
[CircleCI] Test using Postgres 14 (#16948)
authorShlee <github@shl.ee>
Sat, 6 Nov 2021 16:13:51 +0000 (03:13 +1100)
committerGitHub <noreply@github.com>
Sat, 6 Nov 2021 16:13:51 +0000 (17:13 +0100)
* Update config.yml

* Update config.yml

.circleci/config.yml

index b05273f8b437769ce7ef5d84236a2f57df613f06..968de1eb295ae678d349ce7518212116edc364f0 100644 (file)
@@ -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