Skip to content

Commit 88437d6

Browse files
committed
CI test with Ruby 3.4.0-rc1
Prepare to release Ruby 3.4.0 soon.
1 parent d54a0c4 commit 88437d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_on_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-preview2', 'head']
19-
ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-preview2']
19+
ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-rc1']
2020
duckdb: ['1.1.3', '1.1.1', '1.0.0']
2121

2222
steps:

.github/workflows/test_on_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-preview2', 'head']
18+
ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-rc1', 'head']
1919
duckdb: ['1.1.3', '1.1.1', '1.0.0']
2020

2121
steps:

0 commit comments

Comments
 (0)