Skip to content

Commit

Permalink
Bump pgrx for CI as well, add pg17 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomes committed Sep 23, 2024
1 parent eb609f1 commit ad590f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ services:
- cargo
- pgrx
- test
- pg16
- pg17
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
package_name:
- pg-jsonschema
pgrx_version:
- 0.11.3
postgres: [14, 15, 16]
- 0.12.4
postgres: [14, 15, 16, 17]
box:
- { runner: ubuntu-20.04, arch: amd64 }
- { runner: arm-runner, arch: arm64 }
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ RUN \
cargo --version

# PGX
RUN cargo install cargo-pgrx --version 0.11.3 --locked
RUN cargo install cargo-pgrx --version 0.12.4 --locked

RUN cargo pgrx init --pg16 $(which pg_config)
RUN cargo pgrx init --pg17 $(which pg_config)

USER root

Expand Down

0 comments on commit ad590f8

Please sign in to comment.