We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28be3f1 commit 93ed226Copy full SHA for 93ed226
.github/workflows/next-build.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2021 Red Hat, Inc.
+# Copyright (c) 2021-2023 Red Hat, Inc.
3
# This program and the accompanying materials are made
4
# available under the terms of the Eclipse Public License 2.0
5
# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/setup-java@v3
33
with:
34
distribution: 'adopt'
35
- java-version: '11.0.11+9'
+ java-version: '11'
36
- name: Login to docker.io
37
uses: docker/login-action@v2
38
0 commit comments