Skip to content

Commit 1db9b69

Browse files
committed
ci: Use Java 8 for Linkage Checker
1 parent a43dc50 commit 1db9b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
uses: actions/checkout@v4
4848
- uses: actions/setup-java@v4
4949
with:
50-
# Use Java 11 for this as Linkage Checker is only compatible with Java 11 or below
51-
java-version: 11
50+
# TODO(https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/2395): Java 17+ support for Linkage Checker
51+
java-version: 8
5252
distribution: temurin
5353
- name: Print Protobuf-Java testing version
5454
run: echo "Testing with Protobuf-Java v${{ matrix.protobuf-version }}"

0 commit comments

Comments
 (0)