Skip to content

Commit

Permalink
[CI] - Use RubyGems 3.3.26 for Ruby 2.4 thru 2.6 (was 3.3.14) (#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed May 21, 2023
1 parent c467e57 commit d244dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: |
contains('2.4 2.5 2.6', matrix.ruby) &&
(needs.skip_duplicate_runs.outputs.should_skip != 'true')
run: gem update --system 3.3.14 --no-document
run: gem update --system 3.3.26 --no-document
continue-on-error: true
timeout-minutes: 5

Expand Down

0 comments on commit d244dc7

Please sign in to comment.