[Ubuntu] Tight composer version to 2.2.9 for Ubuntu Server 18 (#5321)

* [Ubuntu] Tight composer verstion to 2.2.9 for Ubuntu Server 18

* Remove extra line

* remove double quotes
This commit is contained in:
Aleksandr Chebotov
2022-04-01 10:18:38 +02:00
committed by GitHub
parent a5d2e20fbc
commit f052b4c10f
3 changed files with 18 additions and 3 deletions

View File

@@ -20,6 +20,10 @@ 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
}