From 06ab568b6a2427d46e8b64c2006cb36531af3de9 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 18 Feb 2020 21:53:04 +0100 Subject: [PATCH] Add TruffleRuby 20.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 4cca252..8379a70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | ----------- | -------- | | Ruby | 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.9, 2.5.0 - 2.5.7, 2.6.0 - 2.6.5, 2.7.0, head | | JRuby | 9.2.9.0, head | -| TruffleRuby | 19.3.0, 19.3.1, head | +| TruffleRuby | 19.3.0, 19.3.1, 20.0.0, head | | Rubinius | 4.14 | Note that Ruby ≤ 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life, diff --git a/dist/index.js b/dist/index.js index e854bfc..251e3f7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1396,6 +1396,7 @@ function getVersions(platform) { ], "truffleruby": [ "19.3.0", "19.3.1", + "20.0.0", "head" ] } diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index bec4aaa..86b6938 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -15,6 +15,7 @@ export function getVersions(platform) { ], "truffleruby": [ "19.3.0", "19.3.1", + "20.0.0", "head" ] }