diff --git a/README.md b/README.md index a53e210..1bbea98 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.1, head, debug, mingw, mswin | -| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.12.0, head | +| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.13.0, head | | TruffleRuby | 19.3.0 - 20.1.0, head | | Rubinius | 4.14 | diff --git a/dist/index.js b/dist/index.js index 75f02a1..52dc724 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3104,7 +3104,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.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "9.2.12.0", "9.2.13.0", "head" ], "truffleruby": [ diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 040e97b..3bd3a59 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -12,7 +12,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.9.0", "9.2.10.0", "9.2.11.0", "9.2.11.1", "9.2.12.0", "9.2.13.0", "head" ], "truffleruby": [