From d9a8687ae9f266f6e08d141761fc486be582ec3e Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 4 Aug 2021 15:35:20 +0200 Subject: [PATCH] Add TruffleRuby 21.2.0.1 --- README.md | 2 +- dist/index.js | 2 +- ruby-builder-versions.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a60a11..597ec95 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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.0.2, head, debug, mingw, mswin | | `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.19.0, head | -| `truffleruby` | 19.3.0 - 21.2.0, head | +| `truffleruby` | 19.3.0 - 21.2.0.1, 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 8348fd5..59c0d49 100644 --- a/dist/index.js +++ b/dist/index.js @@ -58783,7 +58783,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", "21.1.0", "21.2.0", + "21.0.0", "21.1.0", "21.2.0", "21.2.0.1", "head" ] } diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index eabc78f..98165e4 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -21,7 +21,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", "21.1.0", "21.2.0", + "21.0.0", "21.1.0", "21.2.0", "21.2.0.1", "head" ] }