mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
[ubuntu] remove GraalVM (#7399)
This commit is contained in:
committed by
GitHub
parent
46f5d5470a
commit
bc834aa083
@@ -168,9 +168,6 @@ $cliTools.AddToolVersion("Vercel CLI", $(Get-VerselCliversion))
|
||||
|
||||
|
||||
$installedSoftware.AddHeader("Java").AddTable($(Get-JavaVersionsTable))
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$installedSoftware.AddHeader("GraalVM").AddTable($(Build-GraalVMTable))
|
||||
}
|
||||
|
||||
$phpTools = $installedSoftware.AddHeader("PHP Tools")
|
||||
$phpTools.AddToolVersionsListInline("PHP", $(Get-PHPVersions), "^\d+\.\d+")
|
||||
|
||||
Reference in New Issue
Block a user