Update postgres image version to 12 in github action test workflow

This commit is contained in:
Hasan Ramezani 2022-05-20 13:50:17 +02:00
parent cdd9f40d84
commit d5d65cae2a

View file

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