Skip to content

Commit 264136e

Browse files
committed
(build) update latest GA'd JDKs to JDK 16.
1 parent 69132cd commit 264136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipeline {
3838
name 'MATRIX_JDK'
3939
values 'jdk_1.8_latest', 'adopt_hs_8_latest', 'adopt_j9_8_latest',
4040
'jdk_11_latest', 'adopt_hs_11_latest', 'adopt_j9_11_latest',
41-
'jdk_15_latest', 'adopt_hs_15_latest', 'adopt_j9_15_latest'
41+
'jdk_16_latest', 'adopt_hs_16_latest', 'adopt_j9_16_latest'
4242
}
4343
// Additional axess, like OS and maven version can be configured here.
4444
}

0 commit comments

Comments
 (0)