Skip to content

Commit e3ade97

Browse files
authored
Drop Swift 5.9 (#56)
Motivation: Swift 5.9 is no longer supported, we should bump the tools version and remove it from our CI. Modifications: * Bump the Swift tools version to Swift 5.10 * Remove Swift 5.9 jobs where appropriate in main.yml, pull_request.yml Result: Code reflects our support window.
1 parent f68a399 commit e3ade97

9 files changed

+2
-19
lines changed

.github/workflows/main.yml

-1
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_5_9_arguments_override: "--explicit-target-dependency-import-check error"
1514
linux_5_10_arguments_override: "--explicit-target-dependency-import-check error"
1615
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
1716
linux_6_1_arguments_override: "--explicit-target-dependency-import-check error"

.github/workflows/pull_request.yml

-1
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_5_9_arguments_override: "--explicit-target-dependency-import-check error"
1918
linux_5_10_arguments_override: "--explicit-target-dependency-import-check error"
2019
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
2120
linux_6_1_arguments_override: "--explicit-target-dependency-import-check error"

Benchmarks/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.9
1+
// swift-tools-version:5.10
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the SwiftCertificates open source project

Benchmarks/Thresholds/5.9/MemcacheBenchmarks.Decrement_Request.p90.json

-3
This file was deleted.

Benchmarks/Thresholds/5.9/MemcacheBenchmarks.Delete_Request.p90.json

-3
This file was deleted.

Benchmarks/Thresholds/5.9/MemcacheBenchmarks.Increment_Request.p90.json

-3
This file was deleted.

Benchmarks/Thresholds/5.9/MemcacheBenchmarks.Set_Request.p90.json

-3
This file was deleted.

Benchmarks/Thresholds/5.9/MemcacheBenchmarks.Set_with_TTL_Request.p90.json

-3
This file was deleted.

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.9
1+
// swift-tools-version:5.10
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the swift-memcache-gsoc open source project

0 commit comments

Comments
 (0)