Skip to content

Commit b005514

Browse files
committed
Add TruffleRuby and TruffleRuby GraalVM
1 parent f514fbc commit b005514

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1616
| ----------- | -------- |
1717
| `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 |
1818
| `jruby` | 9.1.17.0 - 9.3.1.0, head |
19-
| `truffleruby` | 19.3.0 - 21.2.0.1, head |
20-
| `truffleruby+graalvm` | 21.2.0, head |
19+
| `truffleruby` | 19.3.0 - 21.3.0, head |
20+
| `truffleruby+graalvm` | 21.2.0 - 21.3.0, head |
2121

2222
`ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`).
2323
On Windows, `mingw` and `mswin` are `ruby-head` builds using the MSYS2/MinGW and the MSVC toolchains respectively.

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-builder-versions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ export function getVersions(platform) {
2222
"truffleruby": [
2323
"19.3.0", "19.3.1",
2424
"20.0.0", "20.1.0", "20.2.0", "20.3.0",
25-
"21.0.0", "21.1.0", "21.2.0", "21.2.0.1",
25+
"21.0.0", "21.1.0", "21.2.0", "21.2.0.1", "21.3.0",
2626
"head"
2727
],
2828
"truffleruby+graalvm": [
29-
"21.2.0",
29+
"21.2.0", "21.3.0",
3030
"head"
3131
]
3232
}

0 commit comments

Comments
 (0)