Skip to content

Commit ee01462

Browse files
authored
Merge pull request swiftlang#3017 from ahoppen/tools-version
Increase swift tools version to 5.9
2 parents 2da6a36 + d059606 commit ee01462

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pull_request.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
tests:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11+
with:
12+
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
1113
soundness:
1214
name: Soundness
1315
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.8
1+
// swift-tools-version: 5.9
22

33
import Foundation
44
import PackageDescription

0 commit comments

Comments
 (0)