Add TruffleRuby and TruffleRuby GraalVM

This commit is contained in:
Benoit Daloze
2021-10-19 19:07:24 +02:00
parent f514fbcdac
commit b00551441a
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ export function getVersions(platform) {
"truffleruby": [
"19.3.0", "19.3.1",
"20.0.0", "20.1.0", "20.2.0", "20.3.0",
"21.0.0", "21.1.0", "21.2.0", "21.2.0.1",
"21.0.0", "21.1.0", "21.2.0", "21.2.0.1", "21.3.0",
"head"
],
"truffleruby+graalvm": [
"21.2.0",
"21.2.0", "21.3.0",
"head"
]
}