Skip to content

Commit

Permalink
Explicitly add Postgres 17 checks before merge into main (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanslade authored Oct 18, 2024
1 parent 7130506 commit f628060
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,22 @@ branches:
- test (pg: 14.8, schema: public)
- test (pg: 15.3, schema: public)
- test (pg: 16.0, schema: public)
- test (pg: 17.0, schema: public)
- test (pg: latest, schema: public)
- test (pg: 14.8, schema: non_public)
- test (pg: 15.3, schema: non_public)
- test (pg: 16.0, schema: non_public)
- test (pg: 17.0, schema: non_public)
- test (pg: latest, schema: non_public)
- examples (pg: 14.8, schema: public)
- examples (pg: 15.3, schema: public)
- examples (pg: 16.0, schema: public)
- examples (pg: 17.0, schema: public)
- examples (pg: latest, schema: public)
- examples (pg: 14.8, schema: non_public)
- examples (pg: 15.3, schema: non_public)
- examples (pg: 16.0, schema: non_public)
- examples (pg: 17.0, schema: non_public)
- examples (pg: latest, schema: non_public)
- lint

Expand Down

0 comments on commit f628060

Please sign in to comment.