Browse Source

[CircleCI] Test using Postgres 14 (#16948)

* Update config.yml

* Update config.yml
pull/1163/head
Shlee 5 years ago committed by GitHub
parent
commit
1114935e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.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

Loading…
Cancel
Save