Skip to content

Commit

Permalink
Merge pull request #28 from kiegroup/jenkins-tests-jdk17
Browse files Browse the repository at this point in the history
Jenkins tests uses jdk17
  • Loading branch information
mareknovotny authored Feb 22, 2024
2 parents 2c7026d + bd87d25 commit 7b0aff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .ci/actions/dsl-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jenkins-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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


0 comments on commit 7b0aff4

Please sign in to comment.