Skip to content

Commit

Permalink
Update CI harness include and use Ruby 3.4. (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal authored Jan 17, 2025
1 parent 2744583 commit d4b8900
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -90,6 +92,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -119,6 +122,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
experimental: [false]
include:
- ruby-version: 'ruby-head'
Expand Down Expand Up @@ -146,7 +150,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
bundler-cache: true
cache-version: 1
- name: Run markdownlint
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.9.1...main)

* [CHANGE] Add .solargraph.yml config file to enable Solargraph LSP use in editors such as BBedit (by [@faisal])
* [CHANGE] Add ostruct and rdoc development dependencies, needed for Ruby 3.5 support (by [@faisal][])
* [CHANGE] Add .solargraph.yml config file to enable Solargraph LSP use in editors such as BBedit (by [@faisal][])
* [CHANGE] Drop support for Ruby 3.0.x (by [@faisal][])
* [CHANGE] Bump minitest, mocha, rubocop dependencies (by [@faisal][])
* [CHANGE] Drop support for Ruby 2.7.x (by [@faisal][])
Expand Down
2 changes: 2 additions & 0 deletions rubycritic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.25.2', '>= 5.3.0'
spec.add_development_dependency 'minitest-around', '~> 0.5.0', '>= 0.4.0'
spec.add_development_dependency 'mocha', '~> 2.6.1'
spec.add_development_dependency 'ostruct'
spec.add_development_dependency 'rake', '~> 13.2.0', '>= 11.0.0'
spec.add_development_dependency 'rdoc'
spec.add_development_dependency 'rexml', '>= 3.2.0'
spec.add_development_dependency 'rubocop', '~> 1.69.0', '>= 1.54.0'
spec.add_development_dependency 'rubocop-minitest'
Expand Down

0 comments on commit d4b8900

Please sign in to comment.