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 Oct 19, 2024
1 parent 3708afa commit f5e0423
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- ruby-version: 2.7
gemfile: activerecord_71.gemfile

- ruby-version: 3.3
gemfile: activerecord_80.gemfile

# Test against latest versions just in case.
- ruby-version: 3.3
gemfile: activerecord_head.gemfile
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.rc1"

eval_gemfile "../Gemfile"

0 comments on commit f5e0423

Please sign in to comment.