Merge pull request #9697 from JasonLunn/jruby_9.3.4.0

Add JRuby 9.3.4.0 to Dockerfile and use it for 9.3.x testing.
This commit is contained in:
Jason Lunn 2022-03-29 16:01:51 -04:00 committed by GitHub
commit 5b67e77876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ RUN /bin/bash -l -c "rvm install 3.0.0"
RUN /bin/bash -l -c "rvm install 3.1.0"
RUN /bin/bash -l -c "rvm install jruby-9.2.20.1"
RUN /bin/bash -l -c "rvm install jruby-9.3.3.0"
RUN /bin/bash -l -c "rvm install jruby-9.3.4.0"
RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"

View File

@ -444,7 +444,7 @@ build_jruby92() {
build_jruby93() {
internal_build_cpp # For conformance tests.
internal_build_java jdk8 && cd .. # For Maven protobuf jar with local changes
cd ruby && bash travis-test.sh jruby-9.3.3.0 && cd ..
cd ruby && bash travis-test.sh jruby-9.3.4.0 && cd ..
}
build_javascript() {