We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d46d6 commit 2c59487Copy full SHA for 2c59487
.github/workflows/pull_request.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
21
with:
22
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\"}]"
25
soundness:
26
name: Soundness
27
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments