swift-nio-extras/docker/docker-compose.2204.59.yaml
Rick Newton-Rogers 6c3819cf2a
Bump minimum Swift version to 5.7 (#207)
Motivation:

Now that Swift 5.9 is GM we should update the supported versions and
remove 5.6

Modifications:

* Update `Package.swift`
* Remove `#if swift(>=5.7)` guards
* Delete the 5.6 docker compose file and make a 5.10 one
* Update docs

Result:

Remove support for Swift 5.6, add 5.10
2023-10-04 10:17:34 +01:00

22 lines
411 B
YAML

version: "3"
services:
runtime-setup:
image: swift-nio-extras:22.04-5.9
build:
args:
ubuntu_version: "jammy"
swift_version: "5.9"
test:
image: swift-nio-extras:22.04-5.9
environment:
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
documentation-check:
image: swift-nio-extras:22.04-5.9
shell:
image: swift-nio-extras:22.04-5.9