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 1818 api_breakage_check_container_image :
1919 type : string
2020 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"
2222 docs_check_enabled :
2323 type : boolean
2424 description : " Boolean to enable the docs check job. Defaults to true."
2525 default : true
2626 docs_check_container_image :
2727 type : string
2828 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"
3030 docs_check_additional_arguments :
3131 type : string
3232 description : " Additional arguments that should be passed to docc"
5858 format_check_container_image :
5959 type : string
6060 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"
6262 shell_check_enabled :
6363 type : boolean
6464 description : " Boolean to enable the shell check job. Defaults to true."
6565 default : true
6666 shell_check_container_image :
6767 type : string
6868 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"
7070 yamllint_check_enabled :
7171 type : boolean
7272 description : " Boolean to enable the YAML lint check job. Defaults to true."
You can’t perform that action at this time.
0 commit comments