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 Oct 14, 2023
1 parent 45009c8 commit d2c0744
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: [ "15.3", "14.8", "13.11", "12.15", "11.20-bullseye" ]
pgDockerTag: [ "15.4", "14.9", "13.12", "12.16", "11.21-bullseye" ]
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d2c0744

Please sign in to comment.