Skip to content

Commit 034294a

Browse files
committed
Add JRuby 9.2.16.0
1 parent b818bea commit 034294a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1515
| Interpreter | Versions |
1616
| ----------- | -------- |
1717
| `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 |
18-
| `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.15.0, head |
18+
| `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.16.0, head |
1919
| `truffleruby` | 19.3.0 - 21.0.0, head |
2020

2121
`ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`).

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-builder-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function getVersions(platform) {
1313
],
1414
"jruby": [
1515
"9.1.17.0",
16-
"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",
16+
"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",
1717
"head"
1818
],
1919
"truffleruby": [

0 commit comments

Comments
 (0)