We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1cf35 commit 7daccf7Copy full SHA for 7daccf7
1 file changed
.github/workflows/pull_request.yml
@@ -9,8 +9,8 @@ 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"}, {"swift_version": "5.10"}]'
13
- windows_exclude_swift_versions: '[{"swift_version": "5.9"}]'
+ linux_swift_versions: '["nightly-main"]'
+ windows_swift_versions: '["nightly-main"]'
14
15
soundness:
16
name: Soundness
0 commit comments