Skip to content

Commit 0be0c07

Browse files
zhiqipanclaude
andcommitted
Remove Swift 6.0.3 from test matrix
The codebase uses trailing commas in argument lists (BridgeJSToolInternal.swift) which requires Swift 6.1+. Testing with 6.1.2 and 6.2 covers both SwiftSyntax code paths (non-602 and 602). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b044674 commit 0be0c07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
strategy:
6565
matrix:
6666
swift-image:
67-
- "swift:6.0.3" # Tests with SwiftSyntax 600.x (non-SwiftSyntax602 code path)
6867
- "swift:6.1.2" # Tests with SwiftSyntax 601.x (non-SwiftSyntax602 code path)
6968
- "swift:6.2" # Tests with SwiftSyntax 602.x (SwiftSyntax602 code path)
7069
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)