Skip to content

Commit fe983d2

Browse files
committed
Add JRuby 9.2.19.0
1 parent 517a3b1 commit fe983d2

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.0.0, 2.1.9, 2.2, all versions from 2.3.0 until 3.0.1, head, debug, mingw, mswin |
18-
| `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.18.0, head |
18+
| `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.19.0, head |
1919
| `truffleruby` | 19.3.0 - 21.1.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
@@ -14,7 +14,7 @@ export function getVersions(platform) {
1414
],
1515
"jruby": [
1616
"9.1.17.0",
17-
"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", "9.2.17.0", "9.2.18.0",
17+
"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", "9.2.17.0", "9.2.18.0", "9.2.19.0",
1818
"head"
1919
],
2020
"truffleruby": [

0 commit comments

Comments
 (0)