Skip to content

Commit 2b2cd47

Browse files
authored
Merge pull request #128 from MaxDesiatov/patch-1
Add support for `nightly-6.2` on Linux in `swift_package_test.yml`
2 parents 842a57f + b8a61d9 commit 2b2cd47

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
@@ -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\"]"
25+
default: "[ \"5.9\", \"5.10\", \"6.0\", \"6.1\", \"nightly-main\", \"nightly-6.1\", \"nightly-6.2\"]"
2626
linux_exclude_swift_versions:
2727
type: string
2828
description: "Exclude Linux Swift version list (JSON)"

0 commit comments

Comments
 (0)