From ef17d926633364468866a998a47dde8aafc17f93 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 8 Oct 2023 13:18:00 -0600 Subject: [PATCH] Test with Java 21 (#99) Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 58237ae..d82758a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,6 @@ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 11], - [platform: 'linux', jdk: 17] + [platform: 'linux', jdk: 17], + [platform: 'linux', jdk: 21], ])