mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Add support for ruby-head
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user