Skip to content

Commit b17f15a

Browse files
authored
chore: Update protobuf-java to 4.32.0 in downstream compatibility check (#3897)
Update downstream_protobuf_compatibility_check_nightly.yaml to test against the latest protobuf-java runtime v4.32.0
1 parent 8fbd65c commit b17f15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- java-storage-nio
4242
# Default Protobuf-Java versions to use are specified here. Without this, the nightly workflow won't know
4343
# which values to use and would resolve to ''.
44-
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"3.25.5","4.29.0"')) }}
44+
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"3.25.8","4.32.0"')) }}
4545
steps:
4646
- name: Checkout sdk-platform-java repo
4747
uses: actions/checkout@v4

0 commit comments

Comments
 (0)