build: update postgres image version to 16.4
Some checks failed
Quality Check / Gradle Check (pull_request) Failing after 1m13s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 09:52:02 +02:00
parent f655f2089e
commit a3348fb777
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -11,7 +11,7 @@ jobs:
image: "cimg/openjdk:21.0-node"
services:
postgres:
image: postgres:15
image: postgres:16.4
env:
POSTGRES_DB: lf8_starter_db
POSTGRES_USER: lf8_starter