From 0449254caef5da54a8958ac6e8160ff20b752913 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 25 Jan 2020 18:02:56 +0100 Subject: [PATCH] Add Rubinius to the README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1264101..efe427b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | ----------- | -------- | | Ruby | 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 | | JRuby | 9.2.9.0 | -| TruffleRuby | 19.3.0, 19.3.1 | +| TruffleRuby | 19.3.0, 19.3.1 | +| Rubinius | 4.13 | Note that Ruby 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life, which means Ruby 2.3 is unmaintained and considered insecure. @@ -29,6 +30,8 @@ The action works for all [GitHub-hosted runners](https://help.github.com/en/acti | macOS | `macos-latest` | | Windows | `windows-latest` | +Rubinius is only available on `ubuntu-latest`. + The prebuilt rubies are generated by [eregon/ruby-install-builder](https://github.com/eregon/ruby-install-builder) and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2). The full list of available Ruby versions can be seen at [versions.json](https://github.com/eregon/ruby-install-builder/blob/metadata/versions.json)