Skip to content

Commit 05f940e

Browse files
authored
Include Swift 6.2 in the CI config. (apple#1853)
- Add it into the mix for builds. - Move conformance config to 6.2. NOTE: Not removing 5.10 at this time. Per policy it can be removed, but waiting until nio has so we stay in sync on supported OSes for grpc.
1 parent 2547102 commit 05f940e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
# could use different Ubuntu releases. At the moment they are all the "noble",
2424
# which is also what would be desired, so we don't bother listing explicit ones.
2525
swift:
26+
- version: "6.2"
27+
hook: "SWIFT_BUILD_TEST_HOOK=\"-Xswiftc -warnings-as-errors\""
2628
- version: "6.1"
2729
hook: "SWIFT_BUILD_TEST_HOOK=\"-Xswiftc -warnings-as-errors\""
2830
- version: "6.0"

.github/workflows/regular_conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# could use different Ubuntu releases. At the moment they are all the "noble",
3434
# which is also what would be desired, so we don't bother listing explicit ones.
3535
swift:
36-
- "6.1"
36+
- "6.2"
3737
# protobuf_git can reference a commit, tag, or branch
3838
# commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71"
3939
# tag: "ref/tags/v3.11.4"

0 commit comments

Comments
 (0)