Skip to content

Commit 560f483

Browse files
committed
upgrade java version in workflows
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
1 parent f440a50 commit 560f483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v5
1818
with:
19-
java-version: '17'
19+
java-version: '21'
2020
distribution: 'temurin'
2121
cache: maven
2222

@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up JDK 17
4444
uses: actions/setup-java@v4
4545
with:
46-
java-version: '17'
46+
java-version: '21'
4747
distribution: 'temurin'
4848
cache: maven
4949

0 commit comments

Comments
 (0)