From f7702b48df1db992a2d6570ea6d0605fd607ae0f Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Wed, 4 Jan 2023 14:13:47 -0400 Subject: [PATCH] chore: #21763 - bump to latest Adopt JDK 11 Change-Id: Ib6863018dff009b6fe2ec15f11758935b4c49ade Signed-off-by: Nick Boldt --- .github/workflows/next-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/next-build.yml b/.github/workflows/next-build.yml index f66791428e7..10a2e6ea3fc 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Red Hat, Inc. +# Copyright (c) 2021-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -32,7 +32,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'adopt' - java-version: '11.0.11+9' + java-version: '11' - name: Login to docker.io uses: docker/login-action@v2 with: