From 034294ac9150f471c8dd554f05f0685312e7f7bd Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 4 Mar 2021 22:13:53 +0100 Subject: [PATCH] Add JRuby 9.2.16.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 bfec7b7..3aa49a4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | Interpreter | Versions | | ----------- | -------- | | `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.15.0, head | +| `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.16.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`). diff --git a/dist/index.js b/dist/index.js index 2b26646..541e706 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45354,7 +45354,7 @@ function getVersions(platform) { ], "jruby": [ "9.1.17.0", - "9.2.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "9.2.12.0", "9.2.13.0", "9.2.14.0", "9.2.15.0", + "9.2.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "9.2.12.0", "9.2.13.0", "9.2.14.0", "9.2.15.0", "9.2.16.0", "head" ], "truffleruby": [ diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 806da6e..fe9c897 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -13,7 +13,7 @@ export function getVersions(platform) { ], "jruby": [ "9.1.17.0", - "9.2.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "9.2.12.0", "9.2.13.0", "9.2.14.0", "9.2.15.0", + "9.2.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "9.2.12.0", "9.2.13.0", "9.2.14.0", "9.2.15.0", "9.2.16.0", "head" ], "truffleruby": [