mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
[ubuntu] Clean way to disable the pcov PHP Extension (#3472)
* Clean way to disable the pcov PHP Extension Fixes https://github.com/actions/virtual-environments/issues/3341 * Update php.sh * Update php.sh * Documentation
This commit is contained in:
@@ -179,9 +179,7 @@ if (Test-IsUbuntu20) {
|
||||
$markdown += New-MDNewLine
|
||||
}
|
||||
|
||||
$markdown += New-MDHeader "PHP" -Level 3
|
||||
$markdown += Build-PHPTable | New-MDTable
|
||||
$markdown += New-MDNewLine
|
||||
$markdown += Build-PHPSection
|
||||
|
||||
$markdown += New-MDHeader "Haskell" -Level 3
|
||||
$markdown += New-MDList -Style Unordered -Lines (@(
|
||||
|
||||
Reference in New Issue
Block a user