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 ba8a6e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- "7.0"
- "7.1"
ruby:
- "3.0.4"
- "3.1.2"
- "3.2.2"
- "3.0.7"
- "3.1.6"
- "3.2.5"

env:
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit ba8a6e6

Please sign in to comment.