Skip to content

Commit 93ed226

Browse files
authored
chore: #21763 - bump to latest Adopt JDK 11 (#21910)
Change-Id: Ib6863018dff009b6fe2ec15f11758935b4c49ade Signed-off-by: Nick Boldt <nboldt@redhat.com> Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 28be3f1 commit 93ed226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/next-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021 Red Hat, Inc.
2+
# Copyright (c) 2021-2023 Red Hat, Inc.
33
# This program and the accompanying materials are made
44
# available under the terms of the Eclipse Public License 2.0
55
# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-java@v3
3333
with:
3434
distribution: 'adopt'
35-
java-version: '11.0.11+9'
35+
java-version: '11'
3636
- name: Login to docker.io
3737
uses: docker/login-action@v2
3838
with:

0 commit comments

Comments
 (0)