Update postgres to 13 (#568)

This commit is contained in:
Hasan Ramezani 2023-09-26 08:29:41 +02:00 committed by Ilya
parent 6f7a758a48
commit 57dbefd48c

View file

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