From 95550908beed5cf4678c59d105a468c9f783ac99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Thu, 22 Feb 2024 11:34:36 +0100 Subject: [PATCH 1/2] Jenkins tests uses jdk17 --- .ci/actions/dsl-tests/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/actions/dsl-tests/action.yml b/.ci/actions/dsl-tests/action.yml index 0f4a330a5..15e9a526e 100644 --- a/.ci/actions/dsl-tests/action.yml +++ b/.ci/actions/dsl-tests/action.yml @@ -36,10 +36,10 @@ inputs: runs: using: "composite" steps: - - name: Set up JDK 1.11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: 11 + java-version: 17 distribution: temurin check-latest: true From bd87d25ed7af6cb92c9a9c6a36d33b24456cb398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Novotn=C3=BD?= Date: Thu, 22 Feb 2024 11:36:03 +0100 Subject: [PATCH 2/2] Run GHA also with jdk 17 --- .github/workflows/jenkins-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jenkins-tests.yml b/.github/workflows/jenkins-tests.yml index e774d6957..17d084881 100644 --- a/.github/workflows/jenkins-tests.yml +++ b/.github/workflows/jenkins-tests.yml @@ -30,10 +30,10 @@ jobs: repository: kiegroup/jenkins-pipeline-shared-libraries path: shared-libs - - name: Set up JDK 1.8 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: 11 + java-version: 17 distribution: temurin check-latest: true @@ -52,4 +52,4 @@ jobs: main-config-file-repo: kiegroup/kogito-pipelines main-config-file-path: .ci/jenkins/config/main.yaml branch-config-file-repo: kiegroup/kogito-pipelines - \ No newline at end of file +