Add JRuby test targets for JRuby 9.2.x and 9.3.x.

Standardize on JRuby 9.2.19.0 for building and for testing the 9.2.x branch.
This commit is contained in:
Jason Lunn 2021-10-07 18:45:38 -04:00
parent 728878e98f
commit b79a2f242c

View File

@ -8,7 +8,7 @@ test_version() {
RUBY_CONFORMANCE=test_ruby
if [[ $version == jruby-9* ] ; then
if [[ $version == jruby-9* ]] ; then
bash --login -c \
"rvm install $version && rvm use $version && rvm get head && \
which ruby && \