Skip to content

Commit b1af65d

Browse files
committed
Bump the baseline for old version testing to JRuby 9.2.1.0
This ensures that all of our testing is done on JRubies which have basic support for JDK11 and later Fixes #323
1 parent d6c78b6 commit b1af65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ project.afterEvaluate {
2222
// --- up to here
2323

2424
ext {
25-
olderJRubyVersion = '9.0.1.0'
25+
olderJRubyVersion = '9.2.1.0'
2626
slimVersion = '2.0.2'
2727
leafyVersion = '0.4.0'
2828
}

0 commit comments

Comments
 (0)