Skip to content

Commit 7c2d479

Browse files
authored
Update the checks in the soundness.yml to use Swift 6.1 Docker images (#156)
1 parent f1b992b commit 7c2d479

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/soundness.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ on:
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.0-noble"
21+
default: "swift:6.1-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.0-noble"
29+
default: "swift:6.1-noble"
3030
docs_check_additional_arguments:
3131
type: string
3232
description: "Additional arguments that should be passed to docc"
@@ -58,15 +58,15 @@ on:
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.0-noble"
61+
default: "swift:6.1-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.0-noble"
69+
default: "swift:6.1-noble"
7070
yamllint_check_enabled:
7171
type: boolean
7272
description: "Boolean to enable the YAML lint check job. Defaults to true."

0 commit comments

Comments
 (0)