Skip to content

Commit f0a44f9

Browse files
authored
Merge pull request #838 from suketa/test_with_ruby_3.4.0-rc1
CI test with Ruby 3.4.0-rc1
2 parents d54a0c4 + 88437d6 commit f0a44f9

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)