Skip to content

Commit

Permalink
Add ruby 3.2 and remove 2.4 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
KinWang-2013 authored Sep 27, 2024
1 parent 87f43d3 commit b03a73a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,17 @@ jobs:
fail-fast: false
matrix:
include:
- ruby-version: 3.2
- ruby-version: 3.1
- ruby-version: 3.0
- ruby-version: 2.5
- ruby-version: 2.6
- ruby-version: 2.4
bundler-version: 1.17.3
gemfile: gemfiles/rails_4.gemfile
- ruby-version: 2.6
- ruby-version: 2.7
- ruby-version: 2.7
gemfile: gemfiles/rails_5.0.gemfile
- ruby-version: 2.6
- ruby-version: 2.7
gemfile: gemfiles/rails_5.1.gemfile
- ruby-version: 2.6
- ruby-version: 2.7
gemfile: gemfiles/rails_5.2.gemfile
- ruby-version: 2.6
- ruby-version: 3.2
gemfile: gemfiles/rails_6.0.gemfile
steps:
- uses: actions/checkout@v2
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): Add support for Ruby 2.7 and 3.2, removed support for ruby 2.4, 2.5, 2.6 and Rails 4 - [@KinWang-2013](https://github.com/KinWang-2013).
* Your contribution here.

## 5.3.3 (2022/04/25)
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/rails_4.gemfile

This file was deleted.

0 comments on commit b03a73a

Please sign in to comment.