Use Postgres 13 in tests/docker-compose.yml
This commit is contained in:
committed by
Steve Chavez
parent
e4e84e5714
commit
741f017a17
@@ -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:12.2
|
||||
image: postgres:13
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user