From 7bd7cf8f4c3d520da76b89d1cb427bbf1d68c5d8 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 8 Oct 2025 14:03:40 +0200 Subject: [PATCH] ci: test with postgres 14 and 18 (#17331) Signed-off-by: Marc 'risson' Schmitt --- .github/workflows/ci-main.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 04e608b7c7..a39e53c50f 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -67,9 +67,8 @@ jobs: fail-fast: false matrix: psql: - - 15-alpine - - 16-alpine - - 17-alpine + - 14-alpine + - 18-alpine run_id: [1, 2, 3, 4, 5] steps: - uses: actions/checkout@v5 @@ -126,9 +125,8 @@ jobs: fail-fast: false matrix: psql: - - 15-alpine - - 16-alpine - - 17-alpine + - 14-alpine + - 18-alpine run_id: [1, 2, 3, 4, 5] steps: - uses: actions/checkout@v5