From e27aee156d42e38ff8a4c2fc97b125c4087cbcc7 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 20 Nov 2020 12:54:54 +0100 Subject: [PATCH] Add TruffleRuby 20.3.0 --- 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 93f54f9..ab69530 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, head, debug, mingw, mswin | | JRuby | 9.1.17.0, 9.2.9.0 - 9.2.13.0, head | -| TruffleRuby | 19.3.0 - 20.2.0, head | +| TruffleRuby | 19.3.0 - 20.3.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 380de72..2821371 100644 --- a/dist/index.js +++ b/dist/index.js @@ -44550,7 +44550,7 @@ function getVersions(platform) { ], "truffleruby": [ "19.3.0", "19.3.1", - "20.0.0", "20.1.0", "20.2.0", + "20.0.0", "20.1.0", "20.2.0", "20.3.0", "head" ] } diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 4284cb3..ab46bd2 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -18,7 +18,7 @@ export function getVersions(platform) { ], "truffleruby": [ "19.3.0", "19.3.1", - "20.0.0", "20.1.0", "20.2.0", + "20.0.0", "20.1.0", "20.2.0", "20.3.0", "head" ] }