Skip to content

Commit

Permalink
Test against ActiveSupport 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Intrepidd committed Nov 24, 2024
1 parent f1ef196 commit 02a723c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ jobs:
- gemfiles/Gemfile.activesupport-6.x
- gemfiles/Gemfile.activesupport-7.1.x
- gemfiles/Gemfile.activesupport-7.2.x
- gemfiles/Gemfile.activesupport-8.x
exclude:
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
ruby_version: 2.7.8
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
ruby_version: 3.0.7
ruby_version:
- 2.7.8
- 3.0.7
- gemfile: gemfiles/Gemfile.activesupport-8.x
ruby_version:
- 2.7.8
- 3.0.7
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/Gemfile.activesupport-8.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 8.0'

0 comments on commit 02a723c

Please sign in to comment.