From e0cf6128df537f2ad07feffcbe7bc219a4fb4cb9 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Mon, 26 May 2025 15:55:34 +0200 Subject: [PATCH] ci: test with postgres 17 (#13967) --- .github/workflows/ci-main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 4f9ea169da..17146dd9bd 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -62,6 +62,7 @@ jobs: psql: - 15-alpine - 16-alpine + - 17-alpine run_id: [1, 2, 3, 4, 5] steps: - uses: actions/checkout@v4 @@ -116,6 +117,7 @@ jobs: psql: - 15-alpine - 16-alpine + - 17-alpine run_id: [1, 2, 3, 4, 5] steps: - uses: actions/checkout@v4