Skip to content

Commit

Permalink
remove »PostgreSQL« 11 (EoL) from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed May 18, 2024
1 parent d0183ea commit 3ccc63f
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.2", "15.6", "14.11", "13.14", "12.18", "11.22-bullseye" ]
pgDockerTag: [ "16.2", "15.6", "14.11", "13.14", "12.18" ]
name: Java ${{ matrix.javaVersion }}-${{ matrix.javaDistribution }} w/ PostgreSQL ${{ matrix.pgDockerTag }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3ccc63f

Please sign in to comment.