Skip to content

Commit

Permalink
add »PostgreSQL« 17.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Oct 3, 2024
1 parent 053e3b2 commit cc5dd1f
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 @@ -10,7 +10,7 @@ jobs:
matrix:
javaVersion: [ "17", "21" ]
javaDistribution: [ "temurin", "zulu" ]
pgDockerTag: [ "16.4", "15.8", "14.13", "13.16", "12.20" ]
pgDockerTag: [ "17.0", "16.4", "15.8", "14.13", "13.16", "12.20" ]
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cc5dd1f

Please sign in to comment.