We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0183ea commit 3ccc63fCopy full SHA for 3ccc63f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
javaVersion: [ "17", "21" ]
12
javaDistribution: [ "temurin", "zulu" ]
13
- pgDockerTag: [ "16.2", "15.6", "14.11", "13.14", "12.18", "11.22-bullseye" ]
+ pgDockerTag: [ "16.2", "15.6", "14.11", "13.14", "12.18" ]
14
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
15
steps:
16
- uses: actions/checkout@v4
0 commit comments