Skip to content

Commit

Permalink
Update Ruby version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sej3506 committed Sep 12, 2024
1 parent 5a95012 commit 5fcdf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standardrb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.0.0
ruby-version: 3.0.7
- run: bundle exec standardrb --format github --parallel
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- "7.0"
- "7.1"
ruby:
- "3.0.4"
- "3.0.7"
- "3.1.2"
- "3.2.2"

Expand Down

0 comments on commit 5fcdf59

Please sign in to comment.