Upgrade from postgres 12 to 13

trunk
Matt Brictson 3 years ago
parent 4e486d99db
commit 230118cb0e
No known key found for this signature in database
GPG Key ID: 2F279EAD1F2ACFAF

@ -9,7 +9,7 @@ executors:
PGHOST: 127.0.0.1
PGUSER: postgres
PGPASS: postgres
- image: circleci/postgres:12-alpine
- image: circleci/postgres:13-ram
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

@ -13,7 +13,7 @@ executors:
PGPASS: postgres
RAILS_ENV: test
HEADLESS_CHROME: "1"
- image: circleci/postgres:12-alpine
- image: circleci/postgres:13-ram
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

Loading…
Cancel
Save