Skip to content

Commit

Permalink
Support PostgreSQL 17
Browse files Browse the repository at this point in the history
  • Loading branch information
theirix committed Sep 27, 2024
1 parent 4792bf5 commit 5be0194
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: "17"
PG_SNAPSHOT_VERSION: "18"

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", "16" ]
pg-version: [ "9.1", "9.5", "9.6", "10", "11", "12", "13", "14", "15", "16", "17" ]

steps:
- name: Checkout
Expand Down

0 comments on commit 5be0194

Please sign in to comment.