You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/14 06:37:37 UTC

[camel-k] 05/05: chore(ci): bump java version

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d3e79ccc1ec202ab39fee50d6d332e85b81e3d9f
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Jul 14 08:35:22 2023 +0200

    chore(ci): bump java version
---
 .github/workflows/nightly-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml
index 9581729af..cb904edca 100644
--- a/.github/workflows/nightly-release.yml
+++ b/.github/workflows/nightly-release.yml
@@ -50,7 +50,7 @@ jobs:
       uses: ./.github/actions/release-nightly
       with:
         goVersion: "1.18.x"
-        javaVersion: "11"
+        javaVersion: "17"
         secretE2ECluster: ${{ secrets.E2E_CLUSTER_CONFIG }}
         secretE2EKube: ${{ secrets.E2E_KUBE_CONFIG }}
         secretDockerHubUser: ${{ secrets.TEST_DOCKER_HUB_USERNAME }}