diff --git a/Package.swift b/Package.swift index 74df69c..905ff70 100644 --- a/Package.swift +++ b/Package.swift @@ -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 diff --git a/README.md b/README.md index 02e1a3c..a4b9a85 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ SwiftNIO SSH | Minimum Swift Version `0.4.0 ..< 0.5.0` | 5.4 `0.5.0 ..< 0.6.2` | 5.5.2 `0.6.2 ..< 0.9.0` | 5.6 -`0.9.0 ...` | 5.7 +`0.9.0 ...` | 5.8 ## What does SwiftNIO SSH support? diff --git a/Sources/NIOSSH/Docs.docc/index.md b/Sources/NIOSSH/Docs.docc/index.md index 4dd1446..3f03bdc 100644 --- a/Sources/NIOSSH/Docs.docc/index.md +++ b/Sources/NIOSSH/Docs.docc/index.md @@ -21,7 +21,7 @@ SwiftNIO SSH | Minimum Swift Version `0.4.0 ..< 0.5.0` | 5.4 `0.5.0 ..< 0.6.2` | 5.5.2 `0.6.2 ..< 0.9.0` | 5.6 -`0.9.0 ...` | 5.7 +`0.9.0 ...` | 5.8 ### What does SwiftNIO SSH support? diff --git a/docker/docker-compose.2204.510.yaml b/docker/docker-compose.2204.510.yaml index 8d21b5a..1e2312e 100644 --- a/docker/docker-compose.2204.510.yaml +++ b/docker/docker-compose.2204.510.yaml @@ -6,7 +6,8 @@ services: image: swift-nio-ssh:22.04-5.10 build: args: - base_image: "swiftlang/swift:nightly-5.10-jammy" + ubuntu_version: "jammy" + swift_version: "5.10" documentation-check: image: swift-nio-ssh:22.04-5.10 diff --git a/docker/docker-compose.2204.57.yaml b/docker/docker-compose.2204.57.yaml deleted file mode 100644 index a8ce228..0000000 --- a/docker/docker-compose.2204.57.yaml +++ /dev/null @@ -1,25 +0,0 @@ -version: "3" - -services: - - runtime-setup: - image: swift-nio-ssh:22.04-5.7 - build: - args: - ubuntu_version: "jammy" - swift_version: "5.7" - - documentation-check: - image: swift-nio-ssh:22.04-5.7 - - test: - image: swift-nio-ssh:22.04-5.7 - environment: - - MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=199800 - - MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=952050 - - MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=42950 - #- SANITIZER_ARG=--sanitize=thread - #- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors - - shell: - image: swift-nio-ssh:22.04-5.7