Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 02a723c

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

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
 

‎.github/workflows/build.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ 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
2631
env:
2732
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2833
steps:

‎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.