Skip to content

Commit f23072f

Browse files
committed
update »PostgreSQL« version(s) in test matrix
1 parent 3ccc63f commit f23072f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
javaVersion: [ "17", "21" ]
1212
javaDistribution: [ "temurin", "zulu" ]
13-
pgDockerTag: [ "16.2", "15.6", "14.11", "13.14", "12.18" ]
13+
pgDockerTag: [ "16.3", "15.7", "14.12", "13.15", "12.19" ]
1414
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
1515
steps:
1616
- uses: actions/checkout@v4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
spring:
33
datasource:
4-
url: jdbc:tc:postgresql:16.2:///
4+
url: jdbc:tc:postgresql:16.3:///
55
test:
66
database:
77
replace: none

0 commit comments

Comments
 (0)