Skip to content

Commit b299261

Browse files
authored
Merge pull request #1138 from suketa/bump_duckdb_1.5.0
bump duckdb to 1.5.0
2 parents 8b7f715 + d53a2a3 commit b299261

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/test_on_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
ruby: ['3.2.9', '3.3.10', '3.4.8', '4.0.1', 'head']
24-
duckdb: ['1.4.4', '1.3.2']
24+
duckdb: ['1.4.4', '1.5.0']
2525

2626
steps:
2727
- uses: actions/checkout@v4

.github/workflows/test_on_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
ruby: ['3.2.9', '3.3.10', '3.4.8', '4.0.1', 'head']
24-
duckdb: ['1.4.4', '1.3.2']
24+
duckdb: ['1.4.4', '1.5.0']
2525

2626
steps:
2727
- uses: actions/checkout@v4

.github/workflows/test_on_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
ruby: ['3.2.9', '3.3.10', '3.4.8', '4.0.1', 'ucrt', 'mingw', 'mswin', 'head']
24-
duckdb: ['1.4.4', '1.3.2']
24+
duckdb: ['1.4.4', '1.5.0']
2525

2626
steps:
2727
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
# Unreleased
6+
- bump duckdb to 1.5.0 on CI.
67

78
# 1.4.4.0 - 2026-03-07
89
- `DuckDB::DataChunk#set_value` accepts date.

0 commit comments

Comments
 (0)