Skip to content

Commit

Permalink
Add recent postgres versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwheeler123 committed Nov 24, 2023
1 parent 2d09e00 commit 3eeac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: [check]
strategy:
matrix:
pg: [10, 11, 12, 13]
pg: [10, 11, 12, 13, 14, 15, 16]
jdk: [11]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3eeac7e

Please sign in to comment.