From 20120973acfa45132c95edcd6b872bb4804d75dc Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 4 Apr 2025 09:18:33 +0100 Subject: [PATCH] Upgrade CI to PostgreSQL 14 --- .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 1025eb232..8ab2ce3d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: ports: - 6379:6379 postgres: - image: postgres:13 + image: postgres:14 ports: - 5432:5432 env: