Skip to content

Commit

Permalink
Test with Active Record 7.2.0.beta2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 5, 2024
1 parent dd5e8f1 commit 8a3d8b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
gemfile: gemfiles/activerecord72.gemfile
postgres: true
- ruby: 3.2
gemfile: Gemfile
postgres: true
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/activerecord72.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source "https://rubygems.org"

gemspec path: ".."

gem "activerecord", "~> 7.2.0.beta2"
gem "minitest"
gem "pg"
gem "rake"
gem "groupdate"

0 comments on commit 8a3d8b5

Please sign in to comment.