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 d78687a commit d8ded81
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 @@ -8,7 +8,7 @@ jobs:
matrix:
include:
- ruby: 3.3
gemfile: Gemfile
gemfile: gemfiles/activerecord72.gemfile
postgres: 16
- ruby: 3.2
gemfile: Gemfile
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 "minitest", ">= 5"
gem "rake"

gem "activerecord", "~> 7.2.0.alpha", github: "rails/rails", branch: "7-2-stable"
gem "combustion"
gem "pg"
gem "pg_query"

0 comments on commit d8ded81

Please sign in to comment.