Skip to content

Commit

Permalink
Use latest rubygems on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 13, 2023
1 parent ef566e8 commit 0685243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
ruby:
- head
- '3.2'
- '3.1'
- '3.0'
- '2.7'
Expand All @@ -34,5 +35,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
rubygems: 'latest'
- run: |
bundle exec rake

0 comments on commit 0685243

Please sign in to comment.