Skip to content

Commit 9223048

Browse files
committed
Enable Swift 5.7 on CI
1 parent a2c7ddc commit 9223048

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
swift:
3030
- 5.5
3131
- 5.6
32+
- 5.7
3233
steps:
3334
- uses: actions/checkout@v2
3435
- uses: mxcl/xcodebuild@v1
@@ -45,6 +46,7 @@ jobs:
4546
swift:
4647
- 5.5
4748
- 5.6
49+
- 5.7
4850
container:
4951
image: swift:${{ matrix.swift }}
5052
steps:

0 commit comments

Comments
 (0)