From f23072fed4c8adc0ac4e416132594dc544b65a13 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Sat, 18 May 2024 19:54:26 +0200 Subject: [PATCH] =?UTF-8?q?update=20=C2=BBPostgreSQL=C2=AB=20version(s)=20?= =?UTF-8?q?in=20test=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- spring-boot/src/test/resources/config/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dd573b..1ece94c 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.2", "15.6", "14.11", "13.14", "12.18" ] + pgDockerTag: [ "16.3", "15.7", "14.12", "13.15", "12.19" ] name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }} steps: - uses: actions/checkout@v4 diff --git a/spring-boot/src/test/resources/config/application.yml b/spring-boot/src/test/resources/config/application.yml index d716579..b5c473d 100644 --- a/spring-boot/src/test/resources/config/application.yml +++ b/spring-boot/src/test/resources/config/application.yml @@ -1,7 +1,7 @@ --- spring: datasource: - url: jdbc:tc:postgresql:16.2:/// + url: jdbc:tc:postgresql:16.3:/// test: database: replace: none