Skip to content

Commit

Permalink
Add Active Support 8 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
btalayeminaei committed Jan 6, 2025
1 parent 6298e81 commit ed5697b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
bundler: [default]
gemfile:
- active_support_7
- active_support_8
include:
- { ruby: "2.3", gemfile: "active_support_3", bundler: "1" }
- { ruby: "2.4", gemfile: "active_support_4", bundler: "1" }
Expand Down
6 changes: 6 additions & 0 deletions gemfiles/active_support_8.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'
gemspec path: '../'

group :development, :test do
gem 'activesupport', '~> 8.0'
end

0 comments on commit ed5697b

Please sign in to comment.