From 7ec54d6b7db2a8aafe1e143df501c5900f640b67 Mon Sep 17 00:00:00 2001 From: David Watkins Date: Mon, 19 Feb 2024 10:17:32 +0000 Subject: [PATCH] Upgrading postgres to 15 in build --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 26c967b151..41c5099065 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,7 +12,7 @@ jobs: services: postgres: - image: postgres:11 + image: postgres:15 env: POSTGRES_USER: postgres POSTGRES_DB: waltz