Skip to content

Commit

Permalink
ci(circle): update postgres config to 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Mar 18, 2021
1 parent d103b44 commit e88d527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
TZ: "Europe/London"
PG_CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/circle_test
TIMEOUT: 15000
- image: circleci/postgres:9.6-alpine-postgis-ram
- image: circleci/postgres:13.2-postgis-ram
environment:
POSTGRES_USER: postgres
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: circle_test
TZ: "Europe/London"
working_directory: ~/repo
Expand Down

0 comments on commit e88d527

Please sign in to comment.