From d6b26b5140fd74849018a2963c6297f58533be9d Mon Sep 17 00:00:00 2001 From: Mark Swatosh Date: Mon, 2 Dec 2024 14:37:06 -0600 Subject: [PATCH] upgrade postgres to 17.2 in GHActions --- .github/workflows/ci-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pull.yml b/.github/workflows/ci-pull.yml index 99f8b69..51acc65 100644 --- a/.github/workflows/ci-pull.yml +++ b/.github/workflows/ci-pull.yml @@ -21,7 +21,7 @@ jobs: services: postgres: - image: postgres:17.1 + image: postgres:17.2 env: POSTGRES_USER: sampleUser POSTGRES_PASSWORD: openliberty