Skip to content

Commit

Permalink
Fix tests and add 3.3.x tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xtreme-shane-lattanzio committed Jan 25, 2024
1 parent e4bfed1 commit 3bbe12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pushd "$PROJECT_ROOT"
export GOPATH=$HOME/go
if [[ $RUBY_VERSION_UNDER_TEST == "2.6.10" || $RUBY_VERSION_UNDER_TEST == "2.7.8" ]]; then
export RUBYOPT='-E utf-8 -W0'
gem install "rubygems-update:<3.0.0" --no-document
gem update --system --conservative
else
export RUBYOPT='-E utf-8'
Expand Down

0 comments on commit 3bbe12f

Please sign in to comment.