Skip to content

Commit a4d8c44

Browse files
authored
tests: Remove 3.25.8 from protobuf compatibility testing (googleapis#4101)
Remove 3.25.8 from protobuf compatibility testing because the gen code has already been upgraded to 4.x.
1 parent 3b280a3 commit a4d8c44

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.8","4.33.4"')) }}
44+
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"4.33.5"')) }}
4545
steps:
4646
- name: Checkout sdk-platform-java repo
4747
uses: actions/checkout@v4

0 commit comments

Comments
 (0)