Skip to content

Commit

Permalink
Update Ruby for checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashizume committed Feb 8, 2024
1 parent 1d96056 commit 1dd812f
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 @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
cfg:
- {check: rubocop, os: ubuntu-latest, ruby: 2.7}
- {check: commits, os: ubuntu-latest, ruby: 2.7}
- {check: rubocop, os: ubuntu-latest, ruby: 3.0}
- {check: commits, os: ubuntu-latest, ruby: 3.0}

runs-on: ${{ matrix.cfg.os }}
steps:
Expand Down

0 comments on commit 1dd812f

Please sign in to comment.