Skip to content

Commit

Permalink
update »PostgreSQL« version(s) in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Feb 9, 2024
1 parent 183ba5b commit 7c42fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
javaVersion: [ "17", "21" ]
javaDistribution: [ "temurin", "zulu" ]
pgDockerTag: [ "16.1", "15.5", "14.10", "13.13", "12.17", "11.22-bullseye" ]
pgDockerTag: [ "16.2", "15.6", "14.11", "13.14", "12.18", "11.22-bullseye" ]
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7c42fd9

Please sign in to comment.