This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch SUREFIRE-1643-junit5-parallel
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/SUREFIRE-1643-junit5-parallel 
by this push:
     new ed2007c1b build with mvn 3.8.8
ed2007c1b is described below

commit ed2007c1b1305a3becd3bea3e2b84e0b78966864
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Mar 16 22:01:32 2025 +1000

    build with mvn 3.8.8
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9179f67ad..b06ababd6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ properties(
 )
 // final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
 final def oses = ['linux':'ubuntu && maven']
-final def mavens = env.BRANCH_NAME == 'master' ? ['3.x.x', '3.6.3'] : ['3.x.x']
+final def mavens = env.BRANCH_NAME == 'master' ? ['3.x.x', '3.8.8'] : ['3.x.x']
 // all non-EOL versions and the first EA
 final def jdks = [21, 17, 11, 8]
 

Reply via email to