Skip to content

Commit

Permalink
Adds support for pg17, fixes #51
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Sep 27, 2024
1 parent 24054b8 commit ec0f753
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 550 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [14, 15, 16]
postgres: [14, 15, 16, 17]
runner:
- ubuntu-22.04
- buildjet-8vcpu-ubuntu-2204-arm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [14, 15, 16]
postgres: [14, 15, 16, 17]
box:
- runner: ubuntu-22.04
arch: amd64
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# Ensure installed pg_config is first on path
export PATH=$PATH:/usr/lib/postgresql/${{ matrix.postgres }}/bin
cargo install cargo-pgrx --version 0.11.2 --locked
cargo install cargo-pgrx --version 0.12.5 --locked
cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
- name: Build artifacts
run: |
Expand Down
Loading

0 comments on commit ec0f753

Please sign in to comment.