Skip to content

Commit d9a8687

Browse files
committed
Add TruffleRuby 21.2.0.1
1 parent ae9cb3b commit d9a8687

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
@@ -16,7 +16,7 @@ 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.2.9.0 - 9.2.19.0, head |
19-
| `truffleruby` | 19.3.0 - 21.2.0, head |
19+
| `truffleruby` | 19.3.0 - 21.2.0.1, head |
2020

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

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
@@ -21,7 +21,7 @@ export function getVersions(platform) {
2121
"truffleruby": [
2222
"19.3.0", "19.3.1",
2323
"20.0.0", "20.1.0", "20.2.0", "20.3.0",
24-
"21.0.0", "21.1.0", "21.2.0",
24+
"21.0.0", "21.1.0", "21.2.0", "21.2.0.1",
2525
"head"
2626
]
2727
}

0 commit comments

Comments
 (0)