Skip to content

Commit 3ccc63f

Browse files
committed
remove »PostgreSQL« 11 (EoL) from test matrix
1 parent d0183ea commit 3ccc63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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", "11.22-bullseye" ]
13+
pgDockerTag: [ "16.2", "15.6", "14.11", "13.14", "12.18" ]
1414
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)