Skip to content

Commit

Permalink
Raise minimum swift version to 5.8 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Mar 11, 2024
1 parent 75c10ea commit a0c580b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 55 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
// 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 @@ -33,7 +33,8 @@ SwiftNIO HTTP/2 | Minimum Swift Version
`1.21.0 ..< 1.23.0` | 5.4
`1.24.0 ..< 1.27.0` | 5.5.2
`1.27.0 ..< 1.29.0` | 5.6
`1.29.0 ...` | 5.7
`1.29.0 ..< 1.31.0` | 5.7
`1.31.0 ...` | 5.8


### `swift-nio-http2` 0.x
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-http2:22.04-5.10
build:
args:
base_image: "swiftlang/swift:nightly-5.10-jammy"
ubuntu_version: "jammy"
swift_version: "5.10"
h2spec_version: "2.2.1"

unit-tests:
Expand Down
52 changes: 0 additions & 52 deletions docker/docker-compose.2204.57.yaml

This file was deleted.

0 comments on commit a0c580b

Please sign in to comment.