Skip to content

Commit

Permalink
Test against ActiveSupport 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Intrepidd committed Nov 24, 2024
1 parent f1ef196 commit b330279
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,20 @@ jobs:
- gemfiles/Gemfile.activesupport-6.x
- gemfiles/Gemfile.activesupport-7.1.x
- gemfiles/Gemfile.activesupport-7.2.x
- gemfiles/Gemfile.activesupport-8.x
exclude:
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
ruby_version: 2.7.8
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
ruby_version: 3.0.7
- gemfile: gemfiles/Gemfile.activesupport-8.x
ruby_version: 2.7.8
- gemfile: gemfiles/Gemfile.activesupport-8.x
ruby_version: 3.0.7
- gemfile: gemfiles/Gemfile.activesupport-8.x
ruby_version: 3.1.6
- gemfile: gemfiles/Gemfile.activesupport-8.x
ruby_version: jruby-9.4.9.0
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A modern ruby gem allowing to do time calculation with working hours.

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

## Installation

Expand Down
5 changes: 5 additions & 0 deletions gemfiles/Gemfile.activesupport-8.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 8.0'

0 comments on commit b330279

Please sign in to comment.