We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2da6a36 + d059606 commit ee01462Copy full SHA for ee01462
.github/workflows/pull_request.yml
@@ -8,6 +8,8 @@ jobs:
8
tests:
9
name: Test
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
+ with:
12
+ linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
13
soundness:
14
name: Soundness
15
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.8
+// swift-tools-version: 5.9
2
3
import Foundation
4
import PackageDescription
0 commit comments