From 4127025704273da87116fce0463b32be3998ae48 Mon Sep 17 00:00:00 2001 From: Jeff Croyle Date: Tue, 12 Nov 2024 10:23:04 -0500 Subject: [PATCH] use postgres 11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 170de91..85b4285 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: services: postgres: - image: postgres:latest + image: postgres:11 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres