From 79c01b8847e1e8745099b43605caa205cdb10b90 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:43:07 +0300 Subject: [PATCH] `README.md`: Mention link to supported Ruby versions for GitHub-hosted runners Fixes https://github.com/ruby/setup-ruby/issues/650 Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4923ccec7..b4847ab37 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | `truffleruby` | 19.3.0 - 24.1.0, head | | `truffleruby+graalvm` | 21.2.0 - 24.1.0, head | +The combinations of the available versions and runners can be seen [here](https://github.com/ruby/ruby-builder/releases/tag/toolcache). + `ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`). Regarding Windows ruby master builds, `mingw` is a MSYS2/MinGW build, `head` & `ucrt` are MSYS2/UCRT64