Skip to content

Commit 685badf

Browse files
committed
ci: add Swift 6 to build matrix
1 parent 38230f4 commit 685badf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21+
- swift: "6"
22+
xcode: "26.0.1"
23+
runs-on: macos-15
2124
- swift: "5"
2225
xcode: "16.4"
2326
runs-on: macos-15

0 commit comments

Comments
 (0)