Skip to content

Commit 884deb2

Browse files
authored
Run format checker on 6.2 (#12)
1 parent 15ec951 commit 884deb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
name: Soundness
1010
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1111
with:
12-
api_breakage_check_container_image: "swift:6.1-noble"
12+
api_breakage_check_container_image: "swift:6.2-noble"
13+
format_check_container_image: "swift:6.2-noble"
1314
license_header_check_project_name: "SwiftHTTPServer"
1415

1516
unit-tests:

0 commit comments

Comments
 (0)