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 22bcc91 commit a177dc2Copy full SHA for a177dc2
.github/workflows/ci.yml
@@ -38,7 +38,6 @@ jobs:
38
platform:
39
- macOS
40
swift:
41
- - "6.0"
42
- "6.1"
43
- "6.2"
44
steps:
@@ -60,7 +59,6 @@ jobs:
60
59
fail-fast: false
61
matrix:
62
63
64
65
66
container:
.swift-version
@@ -1 +1 @@
1
-6.0
+6.1
Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version: 6.0
+// swift-tools-version: 6.1
2
3
import CompilerPluginSupport
4
import PackageDescription
0 commit comments