Skip to content

Commit b55152f

Browse files
authored
Update swift version for nightly windows and linux testing
1 parent 4d7272d commit b55152f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
linux_swift_versions:
2323
type: string
2424
description: "Include Linux Swift version list (JSON)"
25-
default: "[ \"5.9\", \"5.10\", \"6.0\", \"6.1\", \"nightly-main\", \"nightly-6.1\", \"nightly-6.2\"]"
25+
default: "[ \"5.9\", \"5.10\", \"6.0\", \"6.1\", \"nightly-main\", \"nightly-6.2\"]"
2626
linux_exclude_swift_versions:
2727
type: string
2828
description: "Exclude Linux Swift version list (JSON)"
@@ -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.1\"]"
37+
default: "[\"5.9\", \"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)