Skip to content

Commit 553f052

Browse files
authored
update Swift version to 5.8 on GHA (#7)
1 parent 1f1d575 commit 553f052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: swift-actions/setup-swift@v1
2020
with:
21-
swift-version: "5.7"
21+
swift-version: "5.8"
2222
- uses: actions/checkout@v3
2323
- name: Test
2424
run: swift test -v

0 commit comments

Comments
 (0)