swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
705 stars 47 forks source link

Update tests to only use swift-testing in 6.0 #896

Closed plemarquand closed 2 weeks ago

plemarquand commented 2 weeks ago

Swift testing recently dropped support for Swift 5.10 in https://github.com/apple/swift-testing/pull/467

Our tests were only runing swift-testing tests in 6.0 and up, but the test project was configured to include it as a dependency with 5.10. Bump this up to 6.0.