Abacn commented on code in PR #34751: URL: https://github.com/apache/beam/pull/34751#discussion_r2063921338
########## .github/workflows/beam_PreCommit_Java_Debezium_IO_Direct.yml: ########## @@ -85,13 +85,19 @@ jobs: github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) - name: Setup environment uses: ./.github/actions/setup-environment-action + with: + java-version: | + 17 + 8 Review Comment: We now use Java 11 to build Beam (with Java 8 byte code compatibility). So change 8 -> 11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org