This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 997267dbc6 add Groovy 5 to matrix for Groovy 6
997267dbc6 is described below
commit 997267dbc609017d3afae9f1ffa922a59b15b0db
Author: Paul King <[email protected]>
AuthorDate: Tue Jan 20 15:21:53 2026 +1000
add Groovy 5 to matrix for Groovy 6
---
subprojects/performance/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/performance/build.gradle
b/subprojects/performance/build.gradle
index 4177607531..02b57f5030 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -21,7 +21,7 @@ plugins {
}
performanceTests {
- versions 'current', '3.0.25', '4.0.29'
+ versions 'current', '3.0.25', '4.0.29', '5.0.3'
testFiles project.files("src/files") +
project.files('src/jmh/groovy/org/apache/groovy/bench/Ackermann.groovy') +