add postgres-12 tests to circleci (#1472)

* circleci: new postgres docker containers need host auth trust
This commit is contained in:
Wolfgang Walther
2020-04-06 11:00:26 -05:00
committed by GitHub
parent 2b61a63686
commit 82fa1d8812
2 changed files with 51 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ services:
command: bash -c "POSTGREST_TEST_CONNECTION=$$(test/create_test_db 'postgres://postgres:postgres@postgres' test_db) stack test"
postgres:
image: postgres:11
image: postgres:12.2
environment:
POSTGRES_PASSWORD: postgres
volumes: