Skip to content

Commit

Permalink
Added Active Record 7.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 26, 2023
1 parent b47a919 commit 7debe99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
include:
- ruby: 3.2
gemfile: Gemfile
gemfile: gemfiles/activerecord71.gemfile
postgres: true
- ruby: 3.1
gemfile: Gemfile
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/activerecord71.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source "https://rubygems.org"

gemspec path: ".."

gem "activerecord", github: "rails/rails"
gem "minitest"
gem "pg"
gem "rake"
gem "groupdate"

0 comments on commit 7debe99

Please sign in to comment.