Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Raise minimum Swift version to 5.8
  • Loading branch information
glbrntt committed Mar 8, 2024
commit 371bb16a8e2dfe37c7a2ca993079a60f1157588f
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion Sources/NIOSSH/Docs.docc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
3 changes: 2 additions & 1 deletion docker/docker-compose.2204.510.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 0 additions & 25 deletions docker/docker-compose.2204.57.yaml

This file was deleted.