Skip to content

Commit 70ca946

Browse files
committed
actually whitelist swift-testing this time
1 parent 7311892 commit 70ca946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UnidocDB/Packages/Symbol.Package (ext).swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extension Symbol.Package
1111
// These are the *only* packages that are allowed to use toolchain versions.
1212
// SwiftSyntax is not allowed to use them, because it also publishes normal
1313
// semver releases.
14-
case .swift, .swiftPM, .swiftBook, .indexstoreDB:
14+
case .swift, .swiftPM, .swiftBook, .swiftTesting, .indexstoreDB:
1515
guard
1616
let i:String.Index = tag.firstIndex(of: "-"),
1717
let j:String.Index = tag.lastIndex(of: "-"),

0 commit comments

Comments
 (0)