From d2c0744cc8841be32372820cb5c185ada5aa56be Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Sat, 14 Oct 2023 16:40:35 +0200 Subject: [PATCH] update PostgreSQL version(s) in test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8e0a80..2a1eb43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: javaVersion: [ "17", "21" ] javaDistribution: [ "temurin", "zulu" ] - pgDockerTag: [ "15.3", "14.8", "13.11", "12.15", "11.20-bullseye" ] + pgDockerTag: [ "15.4", "14.9", "13.12", "12.16", "11.21-bullseye" ] name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }} steps: - uses: actions/checkout@v3