Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 91c5788

Browse files
committed
Drop Swift 6.0
Motivation: Swift 6.0 is no longer supported, we should bump the tools version and remove it from our CI. Modifications: * Bump the Swift tools version to Swift 6.1 * Remove Swift 6.0 jobs where appropriate in main.yml, pull_request.yml Result: Code reflects our support window.
1 parent 7eecb0b commit 91c5788

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
name: Unit tests
1212
uses: ./.github/workflows/unit_tests.yml
1313
with:
14-
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
1514
linux_6_1_arguments_override: "--explicit-target-dependency-import-check error"
1615
linux_6_2_arguments_override: "--explicit-target-dependency-import-check error"
1716
linux_6_3_arguments_override: "--explicit-target-dependency-import-check error"

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
name: Unit tests
1616
uses: ./.github/workflows/unit_tests.yml
1717
with:
18-
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
1918
linux_6_1_arguments_override: "--explicit-target-dependency-import-check error"
2019
linux_6_2_arguments_override: "--explicit-target-dependency-import-check error"
2120
linux_6_3_arguments_override: "--explicit-target-dependency-import-check error"

Benchmarks/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.0
1+
// swift-tools-version:6.1
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the SwiftCertificates open source project

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.0
1+
// swift-tools-version:6.1
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the swift-memcache-gsoc open source project

0 commit comments

Comments
 (0)