Skip to content

Commit 29a6fef

Browse files
committed
Disable 5.10 builds and leave those to older releases
1 parent fb37d76 commit 29a6fef

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
@@ -9,7 +9,7 @@ jobs:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
12-
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
12+
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]]"
1313
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
1414
enable_wasm_sdk_build: true
1515
wasm_sdk_build_command: swift build -Xcc -D_WASI_EMULATED_PTHREAD

0 commit comments

Comments
 (0)