Raise minimum Swift version to 5.8 (#199)

This commit is contained in:
George Barnett 2024-03-11 09:32:56 +00:00 committed by GitHub
parent 6cbe0ed2b3
commit 4a0fad7658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 23 deletions

View File

@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.8
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project

View File

@ -63,7 +63,8 @@ SwiftNIO Extras | Minimum Swift Version
`1.12.0 ..< 1.15.0` | 5.4
`1.15.0 ..< 1.17.0` | 5.5.2
`1.17.0 ..< 1.19.0` | 5.6
`1.19.0 ...` | 5.7
`1.19.0 ..< 1.21.0` | 5.7
`1.21.0 ...` | 5.8
### `swift-nio-transport-services ` 0.x

View File

@ -65,7 +65,8 @@ SwiftNIO Extras | Minimum Swift Version
`1.12.0 ..< 1.14.0` | 5.4
`1.15.0 ..< 1.17.0` | 5.5.2
`1.17.0 ..< 1.19.0` | 5.6
`1.19.0 ...` | 5.7
`1.19.0 ..< 1.21.0` | 5.7
`1.21.0 ...` | 5.8
#### NIO Transport Services 0.x

View File

@ -7,7 +7,7 @@ services:
build:
args:
ubuntu_version: "jammy"
base_image: "swiftlang/swift:nightly-5.10-jammy"
swift_version: "5.10"
documentation-check:
image: swift-nio-transport-services:22.04-5.10

View File

@ -1,19 +0,0 @@
version: "3"
services:
runtime-setup:
image: swift-nio-transport-services:22.04-5.7
build:
args:
ubuntu_version: "jammy"
swift_version: "5.7"
documentation-check:
image: swift-nio-transport-services:22.04-5.7
test:
image: swift-nio-transport-services:22.04-5.7
shell:
image: swift-nio-transport-services:22.04-5.7