File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 14
14
# =============================================================
15
15
test_native :
16
16
name : Run native wrappers tests
17
- runs-on : ubuntu-24.04
17
+ runs-on :
18
+ group : Default Larger Runners
18
19
19
20
steps :
20
21
- name : Checkout code
62
63
# =============================================================
63
64
test_wasm :
64
65
name : Run Wasm wrappers tests
65
- runs-on : ubuntu-24.04
66
+ runs-on :
67
+ group : Default Larger Runners
66
68
67
69
steps :
68
70
- name : Checkout code
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wrappers"
3
- version = " 0.5.2 "
3
+ version = " 0.5.3 "
4
4
publish = false
5
5
homepage = " https://github.com/supabase/wrappers/tree/main/wrappers"
6
6
repository = " https://github.com/supabase/wrappers/tree/main/wrappers"
@@ -193,6 +193,7 @@ native_fdws = [
193
193
" redis_fdw" ,
194
194
" cognito_fdw" ,
195
195
" iceberg_fdw" ,
196
+ " duckdb_fdw" ,
196
197
]
197
198
all_fdws = [
198
199
" native_fdws" ,
You can’t perform that action at this time.
0 commit comments