From 0925a3eb86f31947e9d096637af40292f4a9f7ee Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 25 Mar 2020 19:18:29 +0100 Subject: [PATCH] Add JRuby 9.2.11.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 602ec84..95fc077 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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, mingw, mswin | -| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.11.0, head | +| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.11.1, head | | TruffleRuby | 19.3.0 - 20.0.0, head | | Rubinius | 4.14 | diff --git a/dist/index.js b/dist/index.js index 976f3bf..0d14802 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1394,7 +1394,7 @@ function getVersions(platform) { ], "jruby": [ "9.1.17.0", - "9.2.9.0", "9.2.10.0", "9.2.11.0", + "9.2.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "head" ], "truffleruby": [ diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index d8b674f..db56e4e 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -11,7 +11,7 @@ export function getVersions(platform) { ], "jruby": [ "9.1.17.0", - "9.2.9.0", "9.2.10.0", "9.2.11.0", + "9.2.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "head" ], "truffleruby": [