Skip to content

Commit

Permalink
Merge pull request #2450 from mhashizume/maint/main/rubygems-fix
Browse files Browse the repository at this point in the history
Update Ruby version in checks
  • Loading branch information
tvpartytonight authored Dec 19, 2023
2 parents 0626d98 + 582b4a9 commit 5503b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Ruby version 2.7
- name: Install Ruby version 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- name: Update rubygems and install gems
run: |
gem update --system --silent --no-document
Expand Down

0 comments on commit 5503b8f

Please sign in to comment.