Use same version of Postgres in tests as in dev

This commit is contained in:
Jonny Barnes 2021-01-31 15:21:10 +00:00
parent b7614d12c5
commit 9f61bb5b95

View file

@ -11,7 +11,7 @@ jobs:
services:
postgres:
image: postgres:12
image: postgres:13.1
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres