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 716c184 commit b698b1bCopy full SHA for b698b1b
.github/workflows/pull_request.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
18
with:
19
enable_macos_checks: false
20
- linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10.1\"}, {\"swift_version\": \"6.0\"}]"
+ linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}, {\"swift_version\": \"5.10.1\"}, {\"swift_version\": \"6.0\"}]"
21
enable_windows_checks: false
22
23
wasm-sdk:
0 commit comments