Skip to content

Drop support for Swift 5.2 and 5.3 #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2022
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
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# file options

--swiftversion 5.2
--swiftversion 5.4
--exclude .build

# format options
Expand Down
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.2
// swift-tools-version:5.4
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG swift_version=5.2
ARG swift_version=5.4
ARG ubuntu_version=bionic
ARG base_image=swift:$swift_version-$ubuntu_version
FROM $base_image
Expand Down
21 changes: 0 additions & 21 deletions docker/docker-compose.1604.52.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions docker/docker-compose.1804.53.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions docker/docker-compose.1804.54.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: "3"

services:

runtime-setup:
image: swift-http-structured-headers:18.04-5.4
build:
args:
ubuntu_version: "bionic"
swift_version: "5.4"

unit-tests:
image: swift-http-structured-headers:18.04-5.4

test:
image: swift-http-structured-headers:18.04-5.4

shell:
image: swift-http-structured-headers:18.04-5.4

20 changes: 0 additions & 20 deletions docker/docker-compose.2004.54.yaml

This file was deleted.