This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new e9f595b JDK 16 e9f595b is described below commit e9f595bbdf2800d678b1ef34a7d1c70af51f3a8c Author: tibordigana <tibordig...@apache.org> AuthorDate: Wed Sep 30 23:59:04 2020 +0200 JDK 16 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dabf30b..c3d1d8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ properties( final def oses = ['linux':'ubuntu && !H48', 'windows':'Windows'] final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.6.x'] // all non-EOL versions and the first EA -final def jdks = [15, 14, 11, 8, 7] +final def jdks = [16, 15, 11, 8, 7] final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its'] final def goals = ['clean', 'install']