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
This commit is contained in:
R Tyler Croy 2019-05-13 08:24:22 -07:00
parent d6c78b6eed
commit b1af65db8c
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ project.afterEvaluate {
// --- up to here
ext {
olderJRubyVersion = '9.0.1.0'
olderJRubyVersion = '9.2.1.0'
slimVersion = '2.0.2'
leafyVersion = '0.4.0'
}