Skip to content

Commit

Permalink
Support PostgreSQL 16. Update win PG versions in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhipov committed Sep 24, 2023
1 parent 5d054e7 commit 0c1e5a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 13
- 14
- 15
- 16

steps:
- uses: actions/checkout@v3
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
- 9.5.25-1
- 9.6.24-1
- 10.23-1
- 11.19-1
- 12.14-1
- 13.10-1
- 14.7-1
- 15.2-1
- 11.21-1
- 12.16-1
- 13.12-1
- 14.9-1
- 15.4-1
- 16.0-1
platform:
- x64
include:
Expand Down

0 comments on commit 0c1e5a1

Please sign in to comment.