Skip to content

Commit

Permalink
[CI] - update RubyGems for Ruby 2.6, eliminate warnings (#3060)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jan 20, 2023
1 parent 73815cb commit 3f4e3c8
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 @@ -78,7 +78,7 @@ jobs:
# fixes 'has a bug that prevents `required_ruby_version`'
- name: update rubygems for Ruby 2.4 - 2.5
if: |
contains('2.4 2.5', matrix.ruby) &&
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
continue-on-error: true
Expand Down

0 comments on commit 3f4e3c8

Please sign in to comment.