Skip to content

Commit 6082d4a

Browse files
authored
Merge pull request #18 from davdroman/swift-5.5
Lower minimum Swift version to 5.5
2 parents 9765dd6 + 4a45ce8 commit 6082d4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- tvOS
3030
- watchOS
3131
swift:
32+
- 5.5
3233
- 5.6
3334
- 5.7
3435
steps:

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.5
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)