Skip to content

Commit f5133fd

Browse files
committed
ci: Revert to Java 17 due to 21's Mockito Issue in storage-nio
1 parent bb30be6 commit f5133fd

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
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: actions/setup-java@v4
3939
with:
40-
java-version: 21
40+
java-version: 17
4141
distribution: temurin
4242
- name: Print Protobuf-Java testing version
4343
run: echo "Testing with Protobuf-Java v${{ matrix.protobuf-version }}"

0 commit comments

Comments
 (0)