File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
api_breakage_check_container_image :
19
19
type : string
20
20
description : " Container image for the API breakage check job. Defaults to latest Swift Ubuntu image."
21
- default : " swift:6.1 -noble"
21
+ default : " swift:6.2 -noble"
22
22
docs_check_enabled :
23
23
type : boolean
24
24
description : " Boolean to enable the docs check job. Defaults to true."
25
25
default : true
26
26
docs_check_container_image :
27
27
type : string
28
28
description : " Container image for the docs check job. Defaults to latest Swift Ubuntu image."
29
- default : " swift:6.1 -noble"
29
+ default : " swift:6.2 -noble"
30
30
docs_check_additional_arguments :
31
31
type : string
32
32
description : " Additional arguments that should be passed to docc"
58
58
format_check_container_image :
59
59
type : string
60
60
description : " Container image for the format check job. Defaults to latest Swift Ubuntu image."
61
- default : " swift:6.1 -noble"
61
+ default : " swift:6.2 -noble"
62
62
shell_check_enabled :
63
63
type : boolean
64
64
description : " Boolean to enable the shell check job. Defaults to true."
65
65
default : true
66
66
shell_check_container_image :
67
67
type : string
68
68
description : " Container image for the shell check job. Defaults to latest Swift Ubuntu image."
69
- default : " swift:6.1 -noble"
69
+ default : " swift:6.2 -noble"
70
70
yamllint_check_enabled :
71
71
type : boolean
72
72
description : " Boolean to enable the YAML lint check job. Defaults to true."
You can’t perform that action at this time.
0 commit comments