slawekjaranowski commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817134239
########## File path: Jenkinsfile ########## @@ -30,7 +30,7 @@ properties( ] ) final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he'] -final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.2.x'] +final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.8.x'] : ['3.8.x'] Review comment: current used Maven api is 3.2.5 ... so we need check with it. 3.8.x is ok -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org