swiftlang / vscode-swift

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

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

Closed plemarquand closed 4 months ago

plemarquand commented 4 months 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.