Add support for ruby-head

This commit is contained in:
Benoit Daloze
2020-02-01 18:22:53 +01:00
parent 0331c8b821
commit f5483241db
8 changed files with 44 additions and 24 deletions
+4 -2
View File
@@ -5,13 +5,15 @@ export function getVersions(platform) {
"2.4.0", "2.4.1", "2.4.2", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7", "2.4.9",
"2.5.0", "2.5.1", "2.5.2", "2.5.3", "2.5.4", "2.5.5", "2.5.6", "2.5.7",
"2.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5",
"2.7.0"
"2.7.0",
"head"
],
"jruby": [
"9.2.9.0"
],
"truffleruby": [
"head", "19.3.0", "19.3.1"
"19.3.0", "19.3.1",
"head"
]
}