Skip to content

Commit 97eda3b

Browse files
authored
Update sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml
1 parent 928140c commit 97eda3b

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)