Skip to content

Commit af1c438

Browse files
committed
setup swift for 6.1
1 parent 22c5190 commit af1c438

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/semantic-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
- name: Build framework
3939
run: make setup && make build
4040

41+
- uses: swift-actions/setup-swift@v2
42+
43+
- name: Get swift version
44+
run: swift --version # Swift 6.1.0
45+
4146
- name: Run Swift tests
4247
run: swift test
4348

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.1

0 commit comments

Comments
 (0)