We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9765dd6 commit 4a45ce8Copy full SHA for 4a45ce8
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
- tvOS
30
- watchOS
31
swift:
32
+ - 5.5
33
- 5.6
34
- 5.7
35
steps:
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.6
+// swift-tools-version:5.5
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
0 commit comments