Skip to content

Commit 7f7e2b7

Browse files
committed
drop support for swift 5
1 parent 9425311 commit 7f7e2b7

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,3 @@ jobs:
3131
with:
3232
fail_ci_if_error: true
3333
verbose: true
34-
build-swift-5-10:
35-
runs-on: macos-14
36-
steps:
37-
- uses: actions/checkout@v4
38-
with:
39-
submodules: recursive
40-
- name: Check Swift version
41-
run: swift --version
42-
- name: Build
43-
run: swift build

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10
1+
6.0

Package@swift-5.10.swift

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)