mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
[Ubuntu] Remove hard-coded composer version (#5399)
This commit is contained in:
committed by
GitHub
parent
5da7f5bd60
commit
01f34021dc
@@ -20,10 +20,6 @@ Describe "PHP" {
|
||||
"composer --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "Composer 2.2.9 on Ubuntu Server 18" -Skip:(-not (Test-IsUbuntu18)) {
|
||||
composer --version | Should -Match "2.2.9"
|
||||
}
|
||||
|
||||
It "Pear" {
|
||||
"pear" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user