From 4a5baf1ee4b3d2d71a069bc9526aa85c75676ca8 Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Thu, 17 Jul 2025 14:33:20 +0200 Subject: [PATCH] Run GH Actions unit tests on Postgres v17 --- .github/workflows/unit_tests.yml | 2 +- .github/workflows/unit_tests_backwards_compatibility.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index abf330ea3e3..ba493331473 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - image: ["postgres:13", "postgres:15", "postgres:16"] + image: ["postgres:13", "postgres:15", "postgres:17"] services: postgres: image: ${{ matrix.image }} diff --git a/.github/workflows/unit_tests_backwards_compatibility.yml b/.github/workflows/unit_tests_backwards_compatibility.yml index aac4c11747c..61840c56837 100644 --- a/.github/workflows/unit_tests_backwards_compatibility.yml +++ b/.github/workflows/unit_tests_backwards_compatibility.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false max-parallel: 3 matrix: - image: ["postgres:13", "postgres:15", "postgres:16"] + image: ["postgres:13", "postgres:15", "postgres:17"] services: postgres: image: ${{ matrix.image }}