Skip to content

Commit

Permalink
Run tests against Postgres 17.0 (#387)
Browse files Browse the repository at this point in the history
Run CI tests against Postgres `17.0`.
  • Loading branch information
andrew-farries authored Oct 1, 2024
1 parent bec15d8 commit eba0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pgVersion: ['14.8', '15.3', '16.0', 'latest']
pgVersion: ['14.8', '15.3', '16.4', '17.0' ,'latest']
testSchema: [ 'public', 'non_public' ]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eba0332

Please sign in to comment.