Skip to content

Commit b9d1c9c

Browse files
committedNov 24, 2024·
Test against ActiveSupport 8
1 parent f1ef196 commit b9d1c9c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed
 

‎.github/workflows/build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,20 @@ jobs:
1818
- gemfiles/Gemfile.activesupport-6.x
1919
- gemfiles/Gemfile.activesupport-7.1.x
2020
- gemfiles/Gemfile.activesupport-7.2.x
21+
- gemfiles/Gemfile.activesupport-8.x
2122
exclude:
2223
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
2324
ruby_version: 2.7.8
2425
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
2526
ruby_version: 3.0.7
27+
- gemfile: gemfiles/Gemfile.activesupport-8.x
28+
ruby_version: 2.7.8
29+
- gemfile: gemfiles/Gemfile.activesupport-8.x
30+
ruby_version: 3.0.7
31+
- gemfile: gemfiles/Gemfile.activesupport-8.x
32+
ruby_version: 3.1.6
33+
- gemfile: gemfiles/Gemfile.activesupport-8.x
34+
ruby_version: jruby-9.4.9.0
2635
env:
2736
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2837
steps:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A modern ruby gem allowing to do time calculation with working hours.
66

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

1111
## Installation
1212

‎gemfiles/Gemfile.activesupport-8.x

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source 'https://rubygems.org'
2+
3+
gemspec :path => '..'
4+
5+
gem 'activesupport', '~> 8.0'

0 commit comments

Comments
 (0)
Please sign in to comment.