Skip to content

Commit

Permalink
Run CI on rubocop=1.69 instead of rubocop=1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
viralpraxis committed Dec 2, 2024
1 parent 7e428c8 commit 3598856
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 3598856

Please sign in to comment.