Skip to content

Commit e2e3b83

Browse files
committed
ci: Don't test swift versions before 6.1
1 parent dae1d1d commit e2e3b83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
tests:
1616
name: tests
1717
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\"}]"
1822

1923
wasm-sdk:
2024
name: WebAssembly SDK

0 commit comments

Comments
 (0)