Skip to content

Commit

Permalink
ci: Revert to Java 17 due to 21's Mockito Issue in storage-nio
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Dec 5, 2024
1 parent bb30be6 commit f5133fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
java-version: 17
distribution: temurin
- name: Print Protobuf-Java testing version
run: echo "Testing with Protobuf-Java v${{ matrix.protobuf-version }}"
Expand Down

0 comments on commit f5133fd

Please sign in to comment.