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 Jan 3, 2025
1 parent f52bab8 commit 0cd89da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## master (unreleased)

### New Features

* Add `ruby-3.4` to CI

### Changes

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

## v1.0.0 (2024-02-02)

### New Features
Expand Down

0 comments on commit 0cd89da

Please sign in to comment.