2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

[CircleCI] Test using Postgres 14 ()

* Update config.yml

* Update config.yml
This commit is contained in:
Shlee 2021-11-07 03:13:51 +11:00 committed by GitHub
parent 2251db42ec
commit 1114935e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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