Skip to content

Commit

Permalink
Added Active Record 7.2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 30, 2024
1 parent 55cecfb commit 1cb2cbb
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -7,7 +7,7 @@ jobs:
matrix:
include:
- ruby: 3.3
gemfile: Gemfile
gemfile: gemfiles/activerecord72.gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.1
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/activerecord72.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rake"
gem "minitest"
gem "activerecord", "~> 7.2.0.alpha", github: "rails/rails", branch: "7-2-stable"
gem "pg"
gem "mysql2"
gem "trilogy"
gem "sqlite3"

0 comments on commit 1cb2cbb

Please sign in to comment.