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 fb37d76 commit 29a6fefCopy full SHA for 29a6fef
.github/workflows/pull_request.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Test
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
with:
12
- linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
+ linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]]"
13
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
14
enable_wasm_sdk_build: true
15
wasm_sdk_build_command: swift build -Xcc -D_WASI_EMULATED_PTHREAD
0 commit comments