Skip to content

Commit

Permalink
add »PostgreSQL« 16.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Oct 14, 2023
1 parent bbc7a5c commit 4b7bb4b
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.4", "14.9", "13.12", "12.16", "11.21-bullseye" ]
pgDockerTag: [ "16.0", "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 4b7bb4b

Please sign in to comment.