Skip to content

Commit 80d3569

Browse files
committed
Remove tailing comma in matrix JSON
Many tools are permissive about a trailing comma in a JSON array, but not all. We use `act` to run GH actions locally and it is throwing an error trying to parse this line.
1 parent 8e529b9 commit 80d3569

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)