From b08b70db8c0a625b3c9909a6fb64cc9d4f9df51f 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 98099e295..a8c372229 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