feat(ci): set PG14 as used docker image for validating compatibility (#5020)

This commit is contained in:
YannC
2024-09-23 14:34:43 +02:00
committed by GitHub
parent f1380099d4
commit 0234733d40

View File

@@ -14,7 +14,7 @@ services:
restart: on-failure
postgres:
image: postgres
image: postgres:14.13
environment:
POSTGRES_DB: kestra_unit
POSTGRES_USER: kestra