From 73b51992b2ec4cbd3bffa0ac816d471fc9796b3e 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 e772c8e65..e76654628 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: