Skip to content

Commit 25919bb

Browse files
authored
Merge pull request #26 from brendon/Ruby-3.4
Add Ruby 3.4 support
2 parents 4a15965 + 77d005a commit 25919bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: [2.7, 3.3, head, mingw, mswin, ucrt]
21+
ruby: [2.7, 3.4, head, mingw, mswin, ucrt]
2222
os: [windows-latest]
2323
runs-on: ${{ matrix.os }}
2424
steps:
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
ruby: [2.7, 3.3, head]
38+
ruby: [2.7, 3.4, head]
3939
os: [ubuntu-latest, macos-latest]
4040
runs-on: ${{ matrix.os }}
4141
steps:

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require 'rake_compiler_dock'
99

1010
CLEAN.add("{ext,lib}/**/*.{o,so}", "pkg")
1111

12-
cross_rubies = ["3.3.0", "3.2.0", "3.1.0", "3.0.0", "2.7.0"]
12+
cross_rubies = ["3.4.0", "3.3.0", "3.2.0", "3.1.0", "3.0.0", "2.7.0"]
1313
cross_platforms = [
1414
"arm64-darwin",
1515
"x64-mingw-ucrt",

0 commit comments

Comments
 (0)