Skip to content

Commit 2c59487

Browse files
committed
Disable Swift 5.9 CI job on Windows
Exclude `"5.9"` from `windows_swift_versions` until #1094 is resolved on swift-markdown's side
1 parent 83d46d6 commit 2c59487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2121
with:
2222
enable_cross_pr_testing: true
23+
# "5.9" is excluded because of https://github.com/swiftlang/swift-format/issues/1094.
24+
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
2325
soundness:
2426
name: Soundness
2527
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)