Skip to content

Commit 35007fd

Browse files
committed
Do not test on Windows version that fail to run swift test
1 parent b8034cb commit 35007fd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,7 @@ jobs:
181181
fail-fast: false
182182
matrix:
183183
include:
184-
- branch: "swift-5.9.2-release"
185-
tag: "5.9.2-RELEASE"
186-
- branch: "swift-5.10.1-release"
187-
tag: "5.10.1-RELEASE"
188-
- branch: "swift-6.0.3-release"
189-
tag: "6.0.3-RELEASE"
184+
# Requires https://github.com/swiftlang/swift-package-manager/issues/6367 so can't use e.g. 6.0.3, 5.10.1, or 5.9.2.
190185
- branch: "swift-6.1.3-release"
191186
tag: "6.1.3-RELEASE"
192187
- branch: "swift-6.2.2-release"

0 commit comments

Comments
 (0)