Skip to content

Commit

Permalink
Raise minimum swift version to 5.8 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt committed Mar 11, 2024
1 parent a3b640d commit a33bb16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 22 deletions.
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.1
// swift-tools-version:5.8
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ SwiftNIO Extras | Minimum Swift Version
`1.11.0 ..< 1.14.0` | 5.4
`1.14.0 ..< 1.19.0` | 5.5.2
`1.19.0 ..< 1.20.0` | 5.6
`1.20.0 ...` | 5.7.1
`1.20.0 ..< 1.23.0` | 5.7.1
`1.23.0 ...` | 5.8

On the [`nio-extras-0.1`](https://github.com/apple/swift-nio-extras/tree/nio-extras-0.1) branch, you can find the `swift-nio-extras` version for the SwiftNIO 1 family. It requires Swift 4.1 or better.

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-extras:22.04-5.10
build:
args:
base_image: "swiftlang/swift:nightly-5.10-jammy"
ubuntu_version: "jammy"
swift_version: "5.10"

test:
image: swift-nio-extras:22.04-5.10
Expand Down
19 changes: 0 additions & 19 deletions docker/docker-compose.2204.57.yaml

This file was deleted.

0 comments on commit a33bb16

Please sign in to comment.