Skip to content

Raise minimum supported Swift version from 5.4 to 5.5 #27

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
Sep 28, 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
47 changes: 0 additions & 47 deletions Package@swift-5.4.swift

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let field = Array("Sec-CH-Example, Sec-CH-Example-2".utf8)

struct AcceptCH: StructuredFieldValue {
static let structuredFieldType: StructuredFieldType = .list

var items: [String]
}

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG swift_version=5.4
ARG ubuntu_version=bionic
ARG swift_version=5.7
ARG ubuntu_version=focal
ARG base_image=swift:$swift_version-$ubuntu_version
FROM $base_image
# needed to do again after FROM due to docker limitation
Expand Down
20 changes: 0 additions & 20 deletions docker/docker-compose.1804.54.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions docker/docker-compose.2004.57.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions docker/docker-compose.2204.57.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:22.04-5.7
build:
args:
ubuntu_version: "jammy"
swift_version: "5.7"

unit-tests:
image: swift-http-structured-headers:22.04-5.7

test:
image: swift-http-structured-headers:22.04-5.7

shell:
image: swift-http-structured-headers:22.04-5.7