[Ubuntu] Remove hard-coded composer version (#5399)

This commit is contained in:
Aleksandr Chebotov
2022-04-13 12:04:04 +02:00
committed by GitHub
parent 5da7f5bd60
commit 01f34021dc
2 changed files with 1 additions and 10 deletions

View File

@@ -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
}