Skip to content

Commit fcf14a8

Browse files
committed
Explain the Swift versions list for Windows
1 parent ff49011 commit fcf14a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ on:
3434
windows_swift_versions:
3535
type: string
3636
description: "Include Windows Swift version list (JSON)"
37-
default: "[\"5.9\", \"5.10\", \"6.0\", \"6.1\", \"nightly\", \"nightly-6.2\"]"
37+
# "5.10" is omitted for Windows because the container image is broken.
38+
default: "[\"5.9\", \"6.0\", \"6.1\", \"nightly\", \"nightly-6.2\"]"
3839
windows_exclude_swift_versions:
3940
type: string
4041
description: "Exclude Windows Swift version list (JSON)"

0 commit comments

Comments
 (0)