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 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 +