From 2c5948731a47956e7eec9738218ed88a8db3db9d Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:22:40 +0900 Subject: [PATCH] Disable Swift 5.9 CI job on Windows Exclude `"5.9"` from `windows_swift_versions` until #1094 is resolved on swift-markdown's side --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6beedf44..13c0e63e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,6 +20,8 @@ jobs: uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main with: enable_cross_pr_testing: true + # "5.9" is excluded because of https://github.com/swiftlang/swift-format/issues/1094. + windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]" soundness: name: Soundness uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main