From 92fb54a96f3a2c53c1571455ca8aa7c0eccfe1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Mon, 16 Dec 2024 11:19:37 +0200 Subject: [PATCH] Run verification builds on Java 21 Prereq for https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2654 --- .github/workflows/maven.yml | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 16bba274290..d1c20c9836d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '17' ] + java: [ '21' ] config: - { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 } - { name: Windows, os: windows-latest, native: win32.win32.x86_64 } diff --git a/Jenkinsfile b/Jenkinsfile index e3415fc36aa..e9727dd4205 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ pipeline { label 'ubuntu-latest' } tools { - jdk 'temurin-jdk17-latest' + jdk 'temurin-jdk21-latest' maven 'apache-maven-latest' } environment {