This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch portablejar-flink-21 in repository https://gitbox.apache.org/repos/asf/beam.git
commit eadf658d8a421453544631f7e4a4395fc0ef5e5c Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Aug 27 16:53:24 2026 +0400 Use java 21 --- .github/workflows/beam_PostCommit_PortableJar_Flink.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_PortableJar_Flink.yml b/.github/workflows/beam_PostCommit_PortableJar_Flink.yml index 06e95bc6659..4d3571eecff 100644 --- a/.github/workflows/beam_PostCommit_PortableJar_Flink.yml +++ b/.github/workflows/beam_PostCommit_PortableJar_Flink.yml @@ -76,7 +76,6 @@ jobs: uses: ./.github/actions/setup-environment-action with: python-version: default - java-version: '17' - name: run testPipelineJarFlinkRunner script env: CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}
