Skip to content

Commit 6010fbe

Browse files
committed
Test against ActiveSupport 8
1 parent f1ef196 commit 6010fbe

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,18 @@ 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
2633
env:
2734
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2835
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)