Skip to content

Commit

Permalink
Run linter in latest Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinv committed Jul 5, 2024
1 parent 0e479d0 commit d9066d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
- name: Cache gems
uses: actions/cache@v1
with:
Expand Down

0 comments on commit d9066d0

Please sign in to comment.