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 6e3c45a commit 43f03d0Copy full SHA for 43f03d0
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: swift-actions/setup-swift@v2
18
with:
19
- swift-version: "6.0"
+ swift-version: "6.1"
20
21
- name: Run tests
22
run: swift test --parallel
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version: 6.0
+// swift-tools-version: 6.1
2
3
import PackageDescription
4
0 commit comments