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 dae1d1d commit e2e3b83Copy full SHA for e2e3b83
.github/workflows/pull_request.yml
@@ -15,6 +15,10 @@ jobs:
15
tests:
16
name: tests
17
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
18
+ with:
19
+ macos_xcode_versions: "[\"16.3\"]"
20
+ linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"6.0\"}]"
21
+ windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"6.0\"}]"
22
23
wasm-sdk:
24
name: WebAssembly SDK
0 commit comments