From cc5dd1fbd2ba0cf5ff2445ca7b54495e9111d9c1 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 3 Oct 2024 19:21:03 +0200 Subject: [PATCH] =?UTF-8?q?add=20=C2=BBPostgreSQL=C2=AB=2017.0=20to=20test?= =?UTF-8?q?=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 48ac2d9..3b20b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: javaVersion: [ "17", "21" ] javaDistribution: [ "temurin", "zulu" ] - pgDockerTag: [ "16.4", "15.8", "14.13", "13.16", "12.20" ] + pgDockerTag: [ "17.0", "16.4", "15.8", "14.13", "13.16", "12.20" ] name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }} steps: - uses: actions/checkout@v4