This is an automated email from the ASF dual-hosted git repository. shunping pushed a commit to branch fix-playgroud-precommit in repository https://gitbox.apache.org/repos/asf/beam.git
commit ab4ba99c6198f3d7eb687843267b097fbae552ed Author: Shunping Huang <[email protected]> AuthorDate: Mon Jun 22 16:17:58 2026 -0400 Attempt to run the precommit test on java 17 --- .github/workflows/beam_Playground_Precommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_Playground_Precommit.yml b/.github/workflows/beam_Playground_Precommit.yml index 379184fbd8a..d04863743dd 100644 --- a/.github/workflows/beam_Playground_Precommit.yml +++ b/.github/workflows/beam_Playground_Precommit.yml @@ -45,7 +45,7 @@ jobs: env: DATASTORE_EMULATOR_VERSION: '423.0.0' PYTHON_VERSION: '3.10' - JAVA_VERSION: '11' + JAVA_VERSION: '17' steps: - uses: actions/checkout@v6 - name: Setup repository
