Skip to content

Commit

Permalink
Add JRuby 9.2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 25, 2020
1 parent ae39a8d commit 0925a3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ruby-builder-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 0925a3e

Please sign in to comment.