Skip to content

Commit

Permalink
Add JRuby 9.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek authored and eregon committed Oct 14, 2021
1 parent a6f2286 commit f514fbc
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 @@ -15,7 +15,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
| Interpreter | Versions |
| ----------- | -------- |
| `ruby` | 1.9.3, 2.0.0, 2.1.9, 2.2, all versions from 2.3.0 until 3.0.2, head, debug, mingw, mswin |
| `jruby` | 9.1.17.0 - 9.3.0.0, head |
| `jruby` | 9.1.17.0 - 9.3.1.0, head |
| `truffleruby` | 19.3.0 - 21.2.0.1, head |
| `truffleruby+graalvm` | 21.2.0, head |

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 @@ -16,7 +16,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.15.0", "9.2.16.0", "9.2.17.0", "9.2.18.0", "9.2.19.0",
"9.3.0.0",
"9.3.0.0", "9.3.1.0",
"head"
],
"truffleruby": [
Expand Down

0 comments on commit f514fbc

Please sign in to comment.