Skip to content

Commit c40cd5c

Browse files
authored
[CI] Add Swift 5.10 to unit test matrix (#20)
1 parent aeeea07 commit c40cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
swift: [5.9, latest]
27+
swift: ["5.9", "5.10", "latest"]
2828

2929
steps:
3030
- name: Install Swift

0 commit comments

Comments
 (0)