Skip to content

Commit

Permalink
Merge pull request #1245 from zendesk/ktsanaktsidis/fix_rubocop_ruby_26
Browse files Browse the repository at this point in the history
Run Rubocop against Ruby 3.2
  • Loading branch information
byroot committed Jan 8, 2024
2 parents 33d4233 + 26767a7 commit 09acb90
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Expand Up @@ -18,12 +18,8 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.6"
- name: Set up Gems
run: |
gem update --system --no-document
gem install bundler --no-document
bundle install --jobs 4 --retry 3 --path=.bundle
ruby-version: "3.2"
bundler-cache: true
- name: Lint
run: bundle exec rubocop

Expand Down

0 comments on commit 09acb90

Please sign in to comment.