Skip to content

Commit

Permalink
Run examples against Postgres 17 (#401)
Browse files Browse the repository at this point in the history
Run the examples in CI against Postgres 17.

Tests were updated to run against PG17 in
#387, but we forgot to update the
examples matrix too.
  • Loading branch information
andrew-farries authored Oct 15, 2024
1 parent bccdf48 commit 6466b99
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 @@ -130,7 +130,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' ]
services:
postgres:
Expand Down

0 comments on commit 6466b99

Please sign in to comment.