@@ -17,11 +17,12 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1717
1818| Interpreter | Versions |
1919| ----------- | -------- |
20- | Ruby | 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.9, 2.5.0 - 2.5.7, 2.6.0 - 2.6.5, 2.7.0, head |
20+ | Ruby | 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.9, 2.5.0 - 2.5.7, 2.6.0 - 2.6.5, 2.7.0, head, mingw, mswin |
2121| JRuby | 9.2.9.0 - 9.2.10.0, head |
2222| TruffleRuby | 19.3.0 - 20.0.0, head |
2323| Rubinius | 4.14 |
2424
25+ ` mingw ` and ` mswin ` are ` ruby-head ` builds using the MSYS2 and MSVC toolchains on Windows.
2526Note that Ruby ≤ 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,
2627which means Ruby ≤ 2.3 is unmaintained and considered insecure.
2728On Windows, Ruby 2.4 uses OpenSSL 1.0.2, which is no longer maintained.
@@ -41,6 +42,7 @@ Rubinius is only available on `ubuntu-latest`.
4142
4243The prebuilt releases are generated by [ ruby-builder] ( https://github.com/ruby/ruby-builder )
4344and on Windows by [ RubyInstaller2] ( https://github.com/oneclick/rubyinstaller2 ) .
45+ ` mingw ` and ` mswin ` builds are generated by [ ruby-loco] ( https://github.com/MSP-Greg/ruby-loco ) .
4446` ruby-head ` is generated by [ ruby-dev-builder] ( https://github.com/ruby/ruby-dev-builder ) ,
4547` jruby-head ` is generated by [ jruby-dev-builder] ( https://github.com/ruby/jruby-dev-builder )
4648and ` truffleruby-head ` is generated by [ truffleruby-dev-builder] ( https://github.com/ruby/truffleruby-dev-builder ) .
0 commit comments