Jenkins DSL: Add JDK 20 and 21 to Test-Environment job

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2023-08-10 04:37:47 +00:00
parent 107def2e65
commit d9106c60fd
1 changed files with 2 additions and 0 deletions

View File

@ -632,6 +632,8 @@ Unfortunately we often see builds break because of changes/new machines...''')
'jdk_17_latest', 'jdk_17_latest',
'jdk_18_latest', 'jdk_18_latest',
'jdk_19_latest', 'jdk_19_latest',
'jdk_20_latest',
'jdk_21_latest',
'adoptopenjdk_hotspot_8u282', 'adoptopenjdk_hotspot_8u282',
'ibmjdk_1.8.0_261' 'ibmjdk_1.8.0_261'
) )