From 3ab5bf639113aa80252502c1212b2a1e29de4da7 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 20 Jan 2021 16:09:38 +0100 Subject: [PATCH] Add TruffleRuby 21.0.0 --- README.md | 2 +- dist/index.js | 1 + ruby-builder-versions.js | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e56b465..5b41e3c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | ----------- | -------- | | `ruby` | 2.1.9, 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.10, 2.5.0 - 2.5.8, 2.6.0 - 2.6.6, 2.7.2, 3.0.0, head, debug, mingw, mswin | | `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.13.0, head | -| `truffleruby` | 19.3.0 - 20.3.0, head | +| `truffleruby` | 19.3.0 - 21.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. diff --git a/dist/index.js b/dist/index.js index b5b0ae6..08b258e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45360,6 +45360,7 @@ function getVersions(platform) { "truffleruby": [ "19.3.0", "19.3.1", "20.0.0", "20.1.0", "20.2.0", "20.3.0", + "21.0.0", "head" ] } diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 1d6ce0c..1f92669 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -19,6 +19,7 @@ export function getVersions(platform) { "truffleruby": [ "19.3.0", "19.3.1", "20.0.0", "20.1.0", "20.2.0", "20.3.0", + "21.0.0", "head" ] }