Skip to content

Commit

Permalink
Actualize Ruby list in CI
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 committed Dec 26, 2024
1 parent 62c117b commit d500c45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

## master (unreleased)

## Fixes
### New Features

* Add `ruby-3.4` to CI

### Fixes

* Fix missing dependencies in README.md

### Changes

* Remove `ruby-3.0` from CI, since it's EOLed

## 0.6.0 (2024-05-17)

### New Features
Expand Down

0 comments on commit d500c45

Please sign in to comment.