Skip to content

Commit

Permalink
Merge pull request #108 from kbrock/ruby_31
Browse files Browse the repository at this point in the history
Upgrade cross repo tests to ruby 3.1
  • Loading branch information
agrare authored Apr 25, 2024
2 parents d50e62d + e4c5b08 commit f108722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/cross_repo/runner/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def defaults
},
"ruby" => {
"language" => "ruby",
"rvm" => ["3.0"],
"rvm" => ["3.1"],
"install" => "bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}",
"script" => "bundle exec rake"
}
Expand Down

0 comments on commit f108722

Please sign in to comment.