File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2020 uses : oxidize-rb/actions/fetch-ci-data@v1
2121 with :
2222 supported-ruby-platforms : |
23- exclude: [arm-linux] # no cranelift support yet
23+ # Excluding:
24+ # `arm-linux`: Cranelift doesn't support 32-bit architectures
25+ # `x64-mingw32`: `x64-mingw-ucrt` should be used for Ruby 3.1+ (https://github.com/rake-compiler/rake-compiler-dock?tab=readme-ov-file#windows)
26+ # 3.0 is deprecated as stable ruby version according to:
27+ # https://github.com/oxidize-rb/actions/blob/main/fetch-ci-data/evaluate.rb#L54
28+ exclude: [arm-linux, x64-mingw32]
2429 stable-ruby-versions : |
2530 exclude: [head]
2631
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212 spec . description = "A Ruby binding for Wasmtime, a WebAssembly runtime."
1313 spec . homepage = "https://github.com/BytecodeAlliance/wasmtime-rb"
1414 spec . license = "Apache-2.0"
15- spec . required_ruby_version = ">= 3.0 .0"
15+ spec . required_ruby_version = ">= 3.1 .0"
1616
1717 spec . metadata [ "source_code_uri" ] = "https://github.com/BytecodeAlliance/wasmtime-rb"
1818 spec . metadata [ "cargo_crate_name" ] = "wasmtime-rb"
You can’t perform that action at this time.
0 commit comments