Skip to content

Commit

Permalink
check if it fixes the failing rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kumawat committed Jul 4, 2024
1 parent 14d938d commit e32c74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.6.10', '3.0']
ruby-version: ['2.7.8', '3.0']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand All @@ -39,7 +39,7 @@ jobs:
name: linters / rubocop
runs-on: ubuntu-latest
env:
RUBY_VERSION: 2.6.10
RUBY_VERSION: 2.7.8
steps:
- name: Codebase Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e32c74e

Please sign in to comment.