add postgres-12 tests to circleci (#1472)
* circleci: new postgres docker containers need host auth trust
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user