Skip to content

Commit

Permalink
Update CI from 5.9.1 to 5.9.2 for the 1.x branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Jan 5, 2024
1 parent d9f89da commit dd71e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["5.9.1", "5.8.1", "5.7.3", "5.6.3", "5.5.3", "5.4.3", "5.3.3", "5.2.5", "5.1.5", "5.0.3", "4.2.4"]
swift: ["5.9.2", "5.8.1", "5.7.3", "5.6.3", "5.5.3", "5.4.3", "5.3.3", "5.2.5", "5.1.5", "5.0.3", "4.2.4"]
# protobuf_git can reference a commit, tag, or branch
# commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71"
# tag: "ref/tags/v3.11.4"
# branch: "ref/heads/main"
protobuf_git: ["ref/heads/main"]
include:
- swift: 5.9.1
- swift: 5.9.2
ubuntu: -jammy
generate_linux_main: false
build_protobuf: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regular_conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
swift: ["5.9.1"]
swift: ["5.9.2"]
ubuntu: ["jammy"]
# protobuf_git can reference a commit, tag, or branch
# commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71"
Expand Down

0 comments on commit dd71e55

Please sign in to comment.