Skip to content

Commit

Permalink
Merge pull request #300 from apache/jdk16-builds-jenkins
Browse files Browse the repository at this point in the history
(build) update latest GA'd JDKs to 16.
  • Loading branch information
bmarwell authored Jul 30, 2021
2 parents 4c8586b + 264136e commit 0daec02
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 0daec02

Please sign in to comment.