Skip to content

Commit b698b1b

Browse files
committed
ci: Don't run tests on Swift 5.10 either. Not supported.
1 parent 716c184 commit b698b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1818
with:
1919
enable_macos_checks: false
20-
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10.1\"}, {\"swift_version\": \"6.0\"}]"
20+
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}, {\"swift_version\": \"5.10.1\"}, {\"swift_version\": \"6.0\"}]"
2121
enable_windows_checks: false
2222

2323
wasm-sdk:

0 commit comments

Comments
 (0)