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 27, 2024
1 parent 048e179 commit 62b29a8
Show file tree
Hide file tree
Showing 2 changed files with 3 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@

* Add `ruby-3.2` to CI
* Add `ruby-3.3` to CI
* Add `ruby-3.4` to CI
* Add `dependabot` check for `GitHub Actions`

### Changes

* Drop support of `ruby-2.5`, `ruby-2.6`, `ruby-2.7` since it's EOLed
* Change site used to mock 504 response
* Fix `rubocop-1.65.0` cop `Gemspec/AddRuntimeDependency`
* Remove `ruby-3.0` from CI, since it's EOLed

## 0.5.0 (2022-03-30)

Expand Down

0 comments on commit 62b29a8

Please sign in to comment.