Skip to content

Commit

Permalink
Run actions on most recent Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Oct 7, 2023
1 parent a0c4d56 commit 3d4d1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.2
ruby-version: 3.2.2
bundler-cache: true
- name: Run the default task
run: bundle exec rake
Expand Down

0 comments on commit 3d4d1fe

Please sign in to comment.