Skip to content

Commit

Permalink
Actualize Ruby list in CI (#476)
Browse files Browse the repository at this point in the history
* Add `ruby-3.4`
* Remove `ruby-3.0`, since it's EOLed
  • Loading branch information
VitaliySerov authored Dec 27, 2024
1 parent b1d0df1 commit a2249e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
continue-on-error: ${{ matrix.allow-failures }}
strategy:
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.1', '3.2', '3.3', '3.4']
allow-failures: [false]
include:
- ruby: head
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

## Unreleased (master)

### New Features

* Add `ruby-3.4` to CI

### Changes

* Fix `rubocop-rspec-2.27.0` cop `RSpec/DescribedClass` warnings.
* Fix `rubocop-1.64` cop `Style/SuperArguments` warnings.
* Fix tests compatibility with `ruby-3.4`
* Fix `rubocop-1.65.0` cop `Gemspec/AddRuntimeDependency`
* Remove `ruby-3.0` from CI, since it's EOLed

## 1.0.0 (2024-02-02)

Expand Down

0 comments on commit a2249e9

Please sign in to comment.