Skip to content

Commit

Permalink
Test on Postgres 16
Browse files Browse the repository at this point in the history
And note fix in c503d21.
  • Loading branch information
theory committed Aug 1, 2023
1 parent c503d21 commit 598a386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
pg: [15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4, 9.3, 9.2]
pg: [16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4, 9.3, 9.2]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for PostgreSQL extension semver.

0.32.1
- Fixed compilation issue on Postgres 16.

0.32.0 2022-10-23T21:53:54Z
- Add support for binary input (receive) and output (send) functions.
Expand Down

0 comments on commit 598a386

Please sign in to comment.