From 65abcb574c30b296682c9d9053d421bcd90e2956 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Mon, 7 Oct 2024 17:31:19 +0200 Subject: [PATCH] Run integration tests with Postgres 17 Signed-off-by: Nicolas Rodriguez --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d745e30f2..6cfc880d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,6 +63,7 @@ workflows: - cimg/postgres:14.9 - cimg/postgres:15.4 - cimg/postgres:16.0 + - cimg/postgres:17.0 - prometheus/build: name: build parallelism: 3