Skip to content

Commit 6c10c0b

Browse files
committed
Add TruffleRuby 20.2.0
1 parent 312f3d0 commit 6c10c0b

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 | 2.1.9, 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.10, 2.5.0 - 2.5.8, 2.6.0 - 2.6.6, 2.7.1, head, debug, mingw, mswin |
1818
| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.13.0, head |
19-
| TruffleRuby | 19.3.0 - 20.1.0, head |
19+
| TruffleRuby | 19.3.0 - 20.2.0, head |
2020
| Rubinius | 4.14 |
2121

2222
`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
@@ -17,7 +17,7 @@ export function getVersions(platform) {
1717
],
1818
"truffleruby": [
1919
"19.3.0", "19.3.1",
20-
"20.0.0", "20.1.0",
20+
"20.0.0", "20.1.0", "20.2.0",
2121
"head"
2222
]
2323
}

0 commit comments

Comments
 (0)