From 7c15ff859061f5bba03e423a8c1c5313489ccb2f Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 1 Feb 2020 21:21:26 +0100 Subject: [PATCH] Add info about the -head builders --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c4b254..f0b7b68 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,9 @@ The action works for all [GitHub-hosted runners](https://help.github.com/en/acti 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 prebuilt releases are generated by [ruby-install-builder](https://github.com/eregon/ruby-install-builder) +and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2). +`ruby-head` is generated by [ruby-dev-builder](https://github.com/eregon/ruby-dev-builder) and `truffleruby-head` is generated by [truffleruby-dev-builder](https://github.com/eregon/truffleruby-dev-builder). The full list of available Ruby versions can be seen in [ruby-install-builder-versions.js](ruby-install-builder-versions.js) for Ubuntu and macOS and in [windows-versions.js](windows-versions.js) for Windows.