Skip to content

Commit 441f57a

Browse files
authored
ci: bump duckdb version (#112)
1 parent c209522 commit 441f57a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
duckdb-version: "1.2.0"
14+
duckdb-version: "1.2.2"
1515

1616
jobs:
1717
test:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
env:
12-
duckdb-version: "1.2.0"
12+
duckdb-version: "1.2.2"
1313

1414
jobs:
1515
deploy:

0 commit comments

Comments
 (0)