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 Nov 30, 2024
1 parent 3647f65 commit 973ce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spring-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
javaVersion: [ "17", "21" ]
javaDistribution: [ "temurin", "zulu" ]
pgDockerTag: [ "17.0", "16.4", "15.8", "14.13", "13.16" ]
pgDockerTag: [ "17.2", "16.6", "15.10", "14.15", "13.18" ]
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 973ce74

Please sign in to comment.