Skip to content

Commit b8a61d9

Browse files
authored
Add support for nightly-6.2 on Linux in swift_package_test.yml
Since 6.2 development snapshots are already available, it's worth including those in the Linux build matrix
1 parent 842a57f commit b8a61d9

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)