From 7f508b5101e9cc2d7cbb7851689507771d9ff6c6 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 22 Feb 2020 15:34:51 +0100 Subject: [PATCH] Add JRuby 9.2.10.0 --- README.md | 4 ++-- dist/index.js | 2 +- ruby-builder-versions.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4dda31..f6198c4 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | Interpreter | Versions | | ----------- | -------- | | 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, 20.0.0, head | +| JRuby | 9.2.9.0 - 9.2.10.0, head | +| TruffleRuby | 19.3.0 - 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 251e3f7..47449ef 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1391,7 +1391,7 @@ function getVersions(platform) { "head" ], "jruby": [ - "9.2.9.0", + "9.2.9.0", "9.2.10.0", "head" ], "truffleruby": [ diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 86b6938..e8ac960 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -10,7 +10,7 @@ export function getVersions(platform) { "head" ], "jruby": [ - "9.2.9.0", + "9.2.9.0", "9.2.10.0", "head" ], "truffleruby": [