Skip to content

Commit 4dd4a97

Browse files
committed
Test against ActiveSupport 8
1 parent f1ef196 commit 4dd4a97

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ 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
23-
ruby_version: 2.7.8
24-
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
25-
ruby_version: 3.0.7
24+
ruby_version:
25+
- 2.7.8
26+
- 3.0.7
27+
- gemfile: gemfiles/Gemfile.activesupport-8.x
28+
ruby_version:
29+
- 2.7.8
30+
- 3.0.7
31+
- 3.1.6
2632
env:
2733
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2834
steps:

gemfiles/Gemfile.activesupport-8.x

Lines changed: 5 additions & 0 deletions
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)