Skip to content

Commit d56773c

Browse files
committed
Setup Swift 6
1 parent 81d6ebb commit d56773c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,16 @@ jobs:
1010
build:
1111
runs-on: macos-latest
1212

13+
strategy:
14+
matrix:
15+
swift-version:
16+
- ^6
17+
1318
steps:
1419
- uses: actions/checkout@v4
20+
- uses: swift-actions/setup-swift@v2
21+
with:
22+
swift-version: ${{ matrix.swift-version }}
1523
- name: Build
1624
run: swift build -v
1725
- name: Run tests

0 commit comments

Comments
 (0)