Skip to content

Commit 47c9717

Browse files
authored
Remove tailing comma in matrix JSON (#254)
1 parent 8e529b9 commit 47c9717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
macos_xcode_versions:
1010
type: string
1111
description: "Xcode version list (JSON)"
12-
default: "[\"16.3\", \"16.4\", \"26.3\", \"26.4.b2\", ]"
12+
default: "[\"16.3\", \"16.4\", \"26.3\", \"26.4.b2\"]"
1313
macos_exclude_xcode_versions:
1414
type: string
1515
description: "Exclude Xcode version list (JSON)"

0 commit comments

Comments
 (0)