Skip to content

Commit

Permalink
Merge pull request #318 from sue445/feature/activesupport_8_0
Browse files Browse the repository at this point in the history
CI against for activesupport 8.0
  • Loading branch information
sue445 authored Nov 10, 2024
2 parents 6e77bb7 + 221fc71 commit 3b8e977
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- activesupport_7_0
- activesupport_7_1
- activesupport_7_2
- activesupport_8_0
exclude:
# activesupport 7.0+ requires Ruby 2.7+
- ruby: "2.6"
Expand All @@ -54,6 +55,16 @@ jobs:
- ruby: "3.0"
gemfile: activesupport_7_2

# activesupport 8.0+ requires Ruby 3.2+
- ruby: "2.6"
gemfile: activesupport_8_0
- ruby: "2.7"
gemfile: activesupport_8_0
- ruby: "3.0"
gemfile: activesupport_8_0
- ruby: "3.1"
gemfile: activesupport_8_0

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile

Expand Down
7 changes: 7 additions & 0 deletions gemfiles/activesupport_8_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source "https://rubygems.org"

gem "activesupport", "~> 8.0.0"

eval_gemfile "#{__dir__}/common.gemfile"

gemspec path: "../"

0 comments on commit 3b8e977

Please sign in to comment.