Skip to content

Commit 6a67cfc

Browse files
committed
Add 5.7 builds
1 parent 8e26e5f commit 6a67cfc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
swift: ["5.6.3", "5.5.3", "5.4.3", "5.3.3", "5.2.5", "5.1.5", "5.0.3"]
18+
swift: ["5.7.0", "5.6.3", "5.5.3", "5.4.3", "5.3.3", "5.2.5", "5.1.5", "5.0.3"]
1919
# protobuf_git can reference a commit, tag, or branch
2020
# commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71"
2121
# tag: "ref/tags/v3.11.4"
2222
# branch: "ref/heads/main"
2323
protobuf_git: ["ref/heads/main"]
2424
include:
25+
- swift: 5.7.0
26+
ubuntu: focal
27+
generate_linux_main: false
2528
- swift: 5.6.3
2629
ubuntu: focal
2730
generate_linux_main: false

.github/workflows/regular_conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
swift: ["5.6.3"]
28+
swift: ["5.7.0"]
2929
ubuntu: ["focal"]
3030
# protobuf_git can reference a commit, tag, or branch
3131
# commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71"

0 commit comments

Comments
 (0)