We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921a8c3 commit fcf4b0bCopy full SHA for fcf4b0b
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
tag:
39
- - swift:5.1
+ - swift:5.2
40
- swift:5.3
41
- swift:5.4
42
container:
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.1
+// swift-tools-version:5.2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
0 commit comments