Skip to content

Commit a41ca83

Browse files
authored
Merge pull request #2 from swiftlang/shahmishal/update-swift-version-6.0
Update swift_package_test.yml to support 6.0
2 parents ce5273f + 8eef87c commit a41ca83

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
@@ -6,7 +6,7 @@ on:
66
swift_versions:
77
type: string
88
description: "Swift version list"
9-
default: ["5.8", "5.9", "5.10", "nightly-main", "nightly-6.0"]
9+
default: ["5.8", "5.9", "5.10", "6.0", "nightly-main", "nightly-6.0"]
1010
required: true
1111
os_versions:
1212
type: string

0 commit comments

Comments
 (0)