Use Postgres 13 in tests/docker-compose.yml

This commit is contained in:
Remo Rechkemmer
2020-10-05 13:47:53 -05:00
committed by Steve Chavez
parent e4e84e5714
commit 741f017a17
+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:12.2
image: postgres:13
environment:
POSTGRES_PASSWORD: postgres
volumes: