Skip to content

Commit 06ab568

Browse files
committed
Add TruffleRuby 20.0.0
1 parent d186982 commit 06ab568

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1818
| ----------- | -------- |
1919
| 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 |
2020
| JRuby | 9.2.9.0, head |
21-
| TruffleRuby | 19.3.0, 19.3.1, head |
21+
| TruffleRuby | 19.3.0, 19.3.1, 20.0.0, head |
2222
| Rubinius | 4.14 |
2323

2424
Note that Ruby ≤ 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,

dist/index.js

Lines changed: 1 addition & 0 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export function getVersions(platform) {
1515
],
1616
"truffleruby": [
1717
"19.3.0", "19.3.1",
18+
"20.0.0",
1819
"head"
1920
]
2021
}

0 commit comments

Comments
 (0)