Skip to content

Commit 7ecee37

Browse files
authored
Add 5.6 nightly CI (#17)
The 5.6 nightly images are available, let's use them.
1 parent 8c5c9aa commit 7ecee37

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docker/docker-compose.2004.56.yaml

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

0 commit comments

Comments
 (0)