Skip to content

Commit

Permalink
Update supported ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Intrepidd committed Dec 28, 2023
1 parent 5ddccd1 commit 7bd156b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,16 @@ jobs:
strategy:
matrix:
ruby_version:
- 2.6.9
- 2.7.5
- 3.0.3
- 3.1.3
- 3.2.1
- jruby-9.2.14.0
- 2.7.8
- 3.0.6
- 3.1.4
- 3.2.2
- 3.3.0
- jruby-9.4.5.0
gemfile:
- gemfiles/Gemfile.activesupport-5.x
- gemfiles/Gemfile.activesupport-6.x
- gemfiles/Gemfile.activesupport-7.x
exclude:
- ruby_version: 2.6.9
gemfile: gemfiles/Gemfile.activesupport-7.x
- ruby_version: jruby-9.2.14.0
gemfile: gemfiles/Gemfile.activesupport-7.x

env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A modern ruby gem allowing to do time calculation with working hours.

Compatible and tested with:
- Ruby `2.6`, `2.7`, `3.0`, `3.1`, `3.2`, JRuby `9.2`
- Ruby `2.7`, `3.0`, `3.1`, `3.2`, '3.3', JRuby `9.4`
- ActiveSupport `5.x`, `6.x`, `7.x`

## Installation
Expand Down

0 comments on commit 7bd156b

Please sign in to comment.