From 4a8fec61c494cc4bba06a936f0060c60fd0d86a9 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Fri, 18 Nov 2022 11:07:53 -0500 Subject: [PATCH] Use postgresql:13 image for ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8df3dff81..d7c937a90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - '3.0' services: postgres: - image: manageiq/postgresql:10 + image: manageiq/postgresql:13 env: POSTGRESQL_USER: root POSTGRESQL_PASSWORD: smartvm