Skip to content

Commit

Permalink
Merge pull request #67 from viralpraxis/run-ci-with-rubocop-1-69-inst…
Browse files Browse the repository at this point in the history
…ead-of-1-66

Run CI on `rubocop=1.69` instead of `rubocop=1.66`
  • Loading branch information
viralpraxis authored Dec 2, 2024
2 parents 7e428c8 + 3598856 commit d5ca32a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4.0-preview2", ruby-head, jruby-9.4]
rubocop_version: ["1.48", "1.66"]
rubocop_version: ["1.48", "1.69"]
env:
BUNDLE_GEMFILE: "gemfiles/rubocop_${{ matrix.rubocop_version }}.gemfile"
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
test-prism:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: "gemfiles/rubocop_1.66.gemfile"
BUNDLE_GEMFILE: "gemfiles/rubocop_1.69.gemfile"
PARSER_ENGINE: parser_prism
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ appraise 'rubocop-1.48' do
gem 'rubocop', '~> 1.48.0'
end

appraise 'rubocop-1.66' do
gem 'rubocop', '~> 1.66.0'
appraise 'rubocop-1.69' do
gem 'rubocop', '~> 1.69.0'
end
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'prism', '~> 1.2.0'
gem 'pry'
gem 'rake', '>= 10.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.66.0'
gem 'rubocop', '~> 1.69.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec'
gem 'simplecov'
Expand Down

0 comments on commit d5ca32a

Please sign in to comment.