From 51c0d5922252eab2cb7349f2142160df023fb656 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 25 Jan 2022 20:46:56 +0100 Subject: [PATCH] Simplify to 22.0.0 in README (both work) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d943e4b..3f231f5 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | ----------- | -------- | | `ruby` | 1.9.3, 2.0.0, 2.1.9, 2.2, all versions from 2.3.0 until 3.1.0, head, debug, mingw, mswin | | `jruby` | 9.1.17.0 - 9.3.3.0, head | -| `truffleruby` | 19.3.0 - 22.0.0.2, head | -| `truffleruby+graalvm` | 21.2.0 - 22.0.0.2, head | +| `truffleruby` | 19.3.0 - 22.0.0, head | +| `truffleruby+graalvm` | 21.2.0 - 22.0.0, head | `ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`). On Windows, `mingw` and `mswin` are `ruby-head` builds using the MSYS2/MinGW and the MSVC toolchains respectively.