Skip to content

Commit

Permalink
Raise minimum Swift version to 5.8 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt committed Mar 11, 2024
1 parent d7d410f commit 36a4f6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 29 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
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
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
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.

0 comments on commit 36a4f6f

Please sign in to comment.