Skip to content

Commit a8c982c

Browse files
committed
ci: Use Java 11
1 parent b1f036c commit a8c982c

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
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-java@v4
4848
with:
49-
java-version: 17
49+
java-version: 11
5050
distribution: temurin
5151
- name: Print Protobuf-Java testing version
5252
run: echo "Testing with Protobuf-Java v${{ matrix.protobuf-version }}"

0 commit comments

Comments
 (0)