add swift version to ubuntu 24 (#10578)

This commit is contained in:
kishorekumar-anchala
2024-09-10 21:23:10 +05:30
committed by GitHub
parent 27738cad72
commit c7adf5d533
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ Describe "PHP" {
}
}
Describe "Swift" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
Describe "Swift" {
It "swift" {
"swift --version" | Should -ReturnZeroExitCode
}