Skip to content

Commit 8e60b2e

Browse files
authored
Merge pull request #961 from ahoppen/tools-version
Increase swift-tools-version to 5.9
2 parents 2cb34ec + 8d5faf5 commit 8e60b2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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
//
44
// This source file is part of the Swift.org open source project

0 commit comments

Comments
 (0)