Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
try to fix postgress version to handle compatibility error
Browse files Browse the repository at this point in the history
  • Loading branch information
nokiiam committed Oct 24, 2019
1 parent 31a754b commit 1f6153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
<<: *defaults
docker:
- image: circleci/node
- image: circleci/postgres:alpine-postgis
- image: circleci/postgres:11.5-alpine-postgis
environment:
POSTGRES_DB: test
steps:
Expand Down

0 comments on commit 1f6153a

Please sign in to comment.