We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0d0aa commit 78d6cc4Copy full SHA for 78d6cc4
docker/docker-compose.2204.58.yaml
@@ -6,7 +6,8 @@ services:
6
image: swift-nio-extras:22.04-5.8
7
build:
8
args:
9
- base_image: "swiftlang/swift:nightly-main-jammy"
+ ubuntu_version: "jammy"
10
+ swift_version: "5.8"
11
12
test:
13
docker/docker-compose.2204.59.yaml
@@ -0,0 +1,20 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
+ image: swift-nio-extras:22.04-5.9
+ build:
+ args:
+ base_image: "swiftlang/swift:nightly-5.9-jammy"
+ test:
+ environment:
14
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
15
16
+ documentation-check:
17
18
19
+ shell:
20
0 commit comments