Skip to content

Commit

Permalink
(build) update latest GA'd JDKs to 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Jun 18, 2021
1 parent 4cebebb commit 1195385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
name 'MATRIX_JDK'
values 'jdk_1.8_latest', 'adopt_hs_8_latest', 'adopt_j9_8_latest',
'jdk_11_latest', 'adopt_hs_11_latest', 'adopt_j9_11_latest',
'jdk_15_latest', 'adopt_hs_15_latest', 'adopt_j9_15_latest'
'jdk_16_latest', 'adopt_hs_16_latest', 'adopt_j9_16_latest'
}
// Additional axess, like OS and maven version can be configured here.
}
Expand Down

0 comments on commit 1195385

Please sign in to comment.