mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
[Ubuntu] Add Ruby 3.1 to 22.04 toolcache (#5486)
This commit is contained in:
@@ -56,10 +56,8 @@ function Build-CachedToolsSection {
|
|||||||
$output += New-MDHeader "Python" -Level 4
|
$output += New-MDHeader "Python" -Level 4
|
||||||
$output += New-MDList -Lines (Get-ToolcachePythonVersions) -Style Unordered
|
$output += New-MDList -Lines (Get-ToolcachePythonVersions) -Style Unordered
|
||||||
|
|
||||||
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
|
|
||||||
$output += New-MDHeader "Ruby" -Level 4
|
$output += New-MDHeader "Ruby" -Level 4
|
||||||
$output += New-MDList -Lines (Get-ToolcacheRubyVersions) -Style Unordered
|
$output += New-MDList -Lines (Get-ToolcacheRubyVersions) -Style Unordered
|
||||||
}
|
|
||||||
|
|
||||||
return $output
|
return $output
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,6 +44,14 @@
|
|||||||
],
|
],
|
||||||
"default": "1.18.*"
|
"default": "1.18.*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Ruby",
|
||||||
|
"platform_version": "22.04",
|
||||||
|
"arch": "x64",
|
||||||
|
"versions": [
|
||||||
|
"3.1.*"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "CodeQL",
|
"name": "CodeQL",
|
||||||
"platform" : "linux",
|
"platform" : "linux",
|
||||||
|
|||||||
Reference in New Issue
Block a user