Skip to content

Commit

Permalink
Test against activerecord 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Nov 3, 2024
1 parent c870ecb commit 25d96c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
gemfile: activerecord_71.gemfile
- ruby-version: 3.3
gemfile: activerecord_72.gemfile
- ruby-version: 3.3
gemfile: activerecord_80.gemfile

# Test against latest versions just in case.
- ruby-version: 3.3
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/activerecord_80.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

@ar_gem_requirement = "~> 8.0.0.rc2"

eval_gemfile "../Gemfile"

0 comments on commit 25d96c2

Please sign in to comment.