From 6686549411faf555591d1724d7e780e9d49302c1 Mon Sep 17 00:00:00 2001 From: Mark Swatosh Date: Fri, 17 Nov 2023 18:11:19 -0600 Subject: [PATCH] actions update postgres container --- .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 fab460e..81c1011 100644 --- a/.github/workflows/ci-pull.yml +++ b/.github/workflows/ci-pull.yml @@ -18,7 +18,7 @@ jobs: services: postgres: - image: postgres:15.3 + image: postgres:16.1 env: POSTGRES_USER: sampleUser POSTGRES_PASSWORD: openliberty