swift-nio-extras/docker/docker-compose.1604.52.yaml
David Evans c67aa046e5
Remove support for Swift 5.0 and 5.1 (#138)
Changes made:

Removed CI config for 5.0 ad 5.1
Changed 5.2 to be based on 16.04 so we have some coverage there
Converted Package.swift to the latest syntax
Added a description to supported Swift versions in the README
2021-06-22 18:07:01 +01:00

19 lines
317 B
YAML

version: "3"
services:
runtime-setup:
image: swift-nio-extras:16.04-5.2
build:
args:
ubuntu_version: "xenial"
swift_version: "5.2"
test:
image: swift-nio-extras:16.04-5.2
environment:
- SANITIZER_ARG=--sanitize=thread
shell:
image: swift-nio-extras:16.04-5.2