Skip to content

Commit

Permalink
bump pgrx version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Sep 20, 2023
1 parent b749a49 commit ecf17d1
Show file tree
Hide file tree
Showing 8 changed files with 469 additions and 125 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
extension_name:
- wrappers
pgrx_version:
- 0.9.8
postgres: [14, 15]
- 0.10.2
postgres: [14, 15, 16]
features:
- "all_fdws"
box:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_supabase_wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
postgresql-server-dev-15
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
- run: cargo install cargo-pgrx --version 0.9.8
- run: cargo install cargo-pgrx --version 0.10.2
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
- run: cd supabase-wrappers && cargo test
2 changes: 1 addition & 1 deletion .github/workflows/test_wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
postgresql-server-dev-15
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
- run: cargo install cargo-pgrx --version 0.9.8
- run: cargo install cargo-pgrx --version 0.10.2
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
- run: cd wrappers && cargo pgrx test --features all_fdws,pg15
Loading

0 comments on commit ecf17d1

Please sign in to comment.