Skip to content

Commit d1a5589

Browse files
committed
Use Java 21 for workflow
We are about to require Java 21, make sure we build with it. Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
1 parent 4e51be7 commit d1a5589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25-
- name: Set up JDK 17
25+
- name: Set up JDK 21
2626
uses: actions/setup-java@v4
2727
with:
28-
java-version: '17'
28+
java-version: '21'
2929
distribution: 'temurin'
3030

3131
- name: Cache Maven packages

0 commit comments

Comments
 (0)