Skip to content

Commit 088fc87

Browse files
committed
Compile for Ruby 3.4
1 parent 9635294 commit 088fc87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs: ['build', 'memory-check']
6363
strategy:
6464
matrix:
65-
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
65+
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
6666
os: ['ubuntu', 'macos', 'windows']
6767
runs-on: ${{ matrix.os }}-latest
6868
steps:

rakelib/compile.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ native_gemspec = eval(File.read 'nokolexbor.gemspec').tap do |spec|
88
spec.metadata.delete('msys2_mingw_dependencies')
99
end
1010

11-
ENV['RUBY_CC_VERSION'] = %w{2.6.0 2.7.0 3.0.0 3.1.0 3.2.0 3.3.0}.join(':')
11+
ENV['RUBY_CC_VERSION'] = %w{2.6.0 2.7.0 3.0.0 3.1.0 3.2.0 3.3.5 3.4.0}.join(':')
1212
cross_platforms = %w[x86-mingw32 x64-mingw-ucrt x64-mingw32 x86-linux x86_64-linux aarch64-linux x86_64-darwin arm64-darwin]
1313

1414
Rake::ExtensionTask.new('nokolexbor', native_gemspec) do |ext|

0 commit comments

Comments
 (0)