Skip to content

Commit

Permalink
Drop support for Ruby 2.7 and 3.0
Browse files Browse the repository at this point in the history
Both versions have reached EoL
- Update README and CONTRIBUTING
- Remove dropped versions from CI
  • Loading branch information
ggalmazor committed Mar 12, 2024
1 parent aa98da0 commit 9c10498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).

## main

- CHANGED: Minimum Ruby version is now 3.1

## 8.9.0

- NEW: Added `Dnsimple::Client::Registrar#restore_domain` to restore a domain. (dnsimple/dnsimple-ruby#379)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We provide a full API and an easy-to-use web interface so you can get your domai

## Requirements

- Ruby: MRI > 2.7+
- Ruby: MRI > 3.1+

## Installation

Expand Down

0 comments on commit 9c10498

Please sign in to comment.