File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ services:
6
6
image : swift-http-structured-headers:22.04-5.8
7
7
build :
8
8
args :
9
- base_image : " swiftlang/swift:nightly-5.8-jammy"
10
9
ubuntu_version : " jammy"
10
+ swift_version : " 5.8"
11
11
12
12
unit-tests :
13
13
image : swift-http-structured-headers:22.04-5.8
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : swift-http-structured-headers:22.04-5.9
7
+ build :
8
+ args :
9
+ base_image : " swiftlang/swift:nightly-5.9-jammy"
10
+ ubuntu_version : " jammy"
11
+
12
+ unit-tests :
13
+ image : swift-http-structured-headers:22.04-5.9
14
+
15
+ documentation-check :
16
+ image : swift-http-structured-headers:22.04-5.9
17
+
18
+ test :
19
+ image : swift-http-structured-headers:22.04-5.9
20
+ environment :
21
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
22
+
23
+ shell :
24
+ image : swift-http-structured-headers:22.04-5.9
25
+
You can’t perform that action at this time.
0 commit comments