Tibor17 commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817109165
########## 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: This change is not acceptable. We want to and we will accept the range Maven 3.2+. -- 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