Skip to content

Commit ed68933

Browse files
authored
chore: Update protobuf version to 4.35.0 in downstream compatibility testing (#13308)
Upgrade the protobuf version to the latest 4.35.0 in downstream compatibility testing. Separately, the test has been [failing](https://github.com/googleapis/google-cloud-java/actions/runs/26612830243/job/78422208928) due to downstream repos have been migrated to the monorepo. Remove the migrated repos from the test list.
1 parent 46d6a86 commit ed68933

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
repo:
30-
- java-bigtable
31-
- java-firestore
32-
- java-pubsub
3330
- java-pubsublite
3431
# Default Protobuf-Java versions to use are specified here. Without this, the nightly workflow won't know
3532
# which values to use and would resolve to ''.
36-
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"4.33.5"')) }}
33+
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"4.35.0"')) }}
3734
steps:
3835
- name: Checkout sdk-platform-java repo
3936
uses: actions/checkout@v4

0 commit comments

Comments
 (0)