File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ install:
5252 - sh : " mvn --version"
5353
5454 - sh : " source ${HOME}/venv${PYTHON_VERSION}/bin/activate"
55+ - sh : " git -C ~/.rbenv/plugins/ruby-build pull"
5556 - sh : " rbenv install 3.3.7"
5657 - sh : " rbenv install 3.4.7"
5758 - sh : " rbenv install 3.2.7"
Original file line number Diff line number Diff line change 453453
454454 test_script :
455455 # Install Ruby for Ruby build tests
456+ - sh : " git -C ~/.rbenv/plugins/ruby-build pull"
456457 - sh : " rbenv install 3.3.7"
457458 - sh : " rbenv install 3.4.7"
458459 - sh : " rbenv install 3.2.7"
474475
475476 test_script :
476477 # Install Ruby for Ruby ARM64 build tests
478+ - sh : " git -C ~/.rbenv/plugins/ruby-build pull"
477479 - sh : " rbenv install 3.3.7"
478480 - sh : " rbenv install 3.4.7"
479481 - sh : " rbenv install 3.2.7"
519521
520522 test_script :
521523 # Install Ruby for Ruby sync tests
524+ - sh : " git -C ~/.rbenv/plugins/ruby-build pull"
522525 - sh : " rbenv install 3.3.7"
523526 - sh : " rbenv install 3.4.7"
524527 - sh : " rbenv install 3.2.7"
565568
566569 test_script :
567570 # Install Ruby for Ruby validation and other tests
571+ - sh : " git -C ~/.rbenv/plugins/ruby-build pull"
568572 - sh : " rbenv install 3.3.7"
569573 - sh : " rbenv install 3.4.7"
570574 - sh : " rbenv install 3.2.7"
You can’t perform that action at this time.
0 commit comments