Skip to content

Commit

Permalink
Build on Postgres 16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
theirix committed Oct 17, 2023
1 parent 58d66ab commit 6e67061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "master" ]

env:
PG_SNAPSHOT_VERSION: "16"
PG_SNAPSHOT_VERSION: "17"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pg-version: [ "9.1", "9.5", "9.6", "10", "11", "12", "13", "14", "15" ]
pg-version: [ "9.1", "9.5", "9.6", "10", "11", "12", "13", "14", "15", "16" ]

steps:
- name: Checkout
Expand Down

0 comments on commit 6e67061

Please sign in to comment.