Skip to content

Commit

Permalink
Merge pull request #107 from supabase/chore/pgrx-0.9.6
Browse files Browse the repository at this point in the history
chore: upgrade to pgrx 0.9.6
  • Loading branch information
burmecia committed Jun 27, 2023
2 parents 06ce74a + eb5bbf8 commit 663c09f
Show file tree
Hide file tree
Showing 15 changed files with 197 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
extension_name:
- wrappers
pgrx_version:
- 0.8.3
- 0.9.6
postgres: [14, 15]
features:
- "bigquery_fdw,clickhouse_fdw,stripe_fdw,firebase_fdw,s3_fdw"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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.8.3
- run: cargo install cargo-pgrx --version 0.9.6
- 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 663c09f

Please sign in to comment.