Skip to content

Commit e07c67c

Browse files
authored
Add 5.6 nightly CI (#151)
The 5.6 nightly images are available, let's use them.
1 parent c2e508a commit e07c67c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docker/docker-compose.2004.56.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: "3"
2+
3+
services:
4+
5+
runtime-setup:
6+
image: swift-nio-extras:20.04-5.6
7+
build:
8+
args:
9+
base_image: "swiftlang/swift:nightly-5.6-focal"
10+
ubuntu_version: "focal"
11+
12+
test:
13+
image: swift-nio-extras:20.04-5.6
14+
15+
shell:
16+
image: swift-nio-extras:20.04-5.6

0 commit comments

Comments
 (0)