Skip to content

Commit 1ced8a9

Browse files
committed
Run verification builds on Java 21
Prereq for eclipse-platform/eclipse.platform.releng.aggregator#2654
1 parent 37b22fb commit 1ced8a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
java: [ '17' ]
29+
java: [ '21' ]
3030
config:
3131
- { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
3232
- { name: Windows, os: windows-latest, native: win32.win32.x86_64 }

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pipeline {
8787
label 'ubuntu-latest'
8888
}
8989
tools {
90-
jdk 'temurin-jdk17-latest'
90+
jdk 'temurin-jdk21-latest'
9191
maven 'apache-maven-latest'
9292
}
9393
environment {

0 commit comments

Comments
 (0)