diff --git a/README.md b/README.md index a52f082..bfec7b7 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.13.0, head | +| `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.15.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 428dcc4..2b26646 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.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", "head" ], "truffleruby": [ diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 1f92669..806da6e 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.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", "head" ], "truffleruby": [