Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ruby 3.2 and remove 2.4 #135

Merged
merged 14 commits into from
Sep 27, 2024
4 changes: 1 addition & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ jobs:
fail-fast: false
matrix:
include:
- ruby-version: 3.2
- ruby-version: 3.1
- ruby-version: 3.0
KinWang-2013 marked this conversation as resolved.
Show resolved Hide resolved
- ruby-version: 2.5
- ruby-version: 2.6
- ruby-version: 2.4
bundler-version: 1.17.3
gemfile: gemfiles/rails_4.gemfile
KinWang-2013 marked this conversation as resolved.
Show resolved Hide resolved
- ruby-version: 2.6
gemfile: gemfiles/rails_5.0.gemfile
- ruby-version: 2.6
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [#131](https://github.com/radar/distance_of_time_in_words/pull/131): Deprecates `highest_measure_only`. Adds alternate form of `highest_measures` option to permit rounding up whatever part of the duration was previously silently discarded - [@seansfkelley](https://github.com/seansfkelley).
* [#133](https://github.com/radar/distance_of_time_in_words/pull/133): Test on Ruby 3.0 and 3.1 - [@dblock](https://github.com/dblock).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Remove ruby 2.4 and add ruby 3.2 - [@KinWang-2013](https://github.com/KinWang-2013)
KinWang-2013 marked this conversation as resolved.
Show resolved Hide resolved
* Your contribution here.

## 5.3.3 (2022/04/25)
Expand Down
Loading