Skip to content

Commit 0a32575

Browse files
committed
minor refactor: use latest Groovy versions for comparison
1 parent 799c8cd commit 0a32575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subprojects/performance/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
performanceTests {
24-
versions 'current', '3.0.25', '4.0.30', '5.0.4'
24+
versions 'current', '3.0.25', '4.0.31', '5.0.5'
2525

2626
testFiles project.files("src/files") +
2727
project.files('src/jmh/groovy/org/apache/groovy/bench/Ackermann.groovy') +

0 commit comments

Comments
 (0)