Skip to content

Commit

Permalink
Add JRuby 9.3.4.0 to Dockerfile and use it for 9.3.x testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLunn committed Mar 29, 2022
1 parent 9f597a4 commit 6b26277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kokoro/linux/dockerfile/test/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6b26277

Please sign in to comment.