Skip to content

Commit

Permalink
chore: #21763 - bump to latest Adopt JDK 11
Browse files Browse the repository at this point in the history
Change-Id: Ib6863018dff009b6fe2ec15f11758935b4c49ade
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Jan 4, 2023
1 parent 28be3f1 commit f7702b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next-build.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f7702b4

Please sign in to comment.