Skip to content

Commit ff49011

Browse files
committed
Fix the Swift versions list for Windows
1 parent bc2db71 commit ff49011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
windows_swift_versions:
3535
type: string
3636
description: "Include Windows Swift version list (JSON)"
37-
default: "[\"5.9\", \"6.0\", \"6.1\", \"nightly\", \"nightly-6.2\"]"
37+
default: "[\"5.9\", \"5.10\", \"6.0\", \"6.1\", \"nightly\", \"nightly-6.2\"]"
3838
windows_exclude_swift_versions:
3939
type: string
4040
description: "Exclude Windows Swift version list (JSON)"

0 commit comments

Comments
 (0)