mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-06-03 03:26:23 +08:00
motivation: 5.6 is out changes: * use release version of 5.6 * add docker setup for 5.7 (using nightly for now)
17 lines
259 B
YAML
17 lines
259 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: swift-nio-extras:20.04-5.6
|
|
build:
|
|
args:
|
|
ubuntu_version: "focal"
|
|
swift_version: "5.6"
|
|
|
|
test:
|
|
image: swift-nio-extras:20.04-5.6
|
|
|
|
shell:
|
|
image: swift-nio-extras:20.04-5.6
|