Skip to content

Commit

Permalink
add Rails 7.2 to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Nov 23, 2024
1 parent 71ba809 commit 0a34869
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
ruby: ["3.2", "3.3"]
activemodel: ["8.0"]
include:
- activemodel: "7.2"
ruby: "3.3"
- activemodel: "7.1"
ruby: "3.3"
- activemodel: "7.0"
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/rails-7.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', '~> 7.2.0'
gem 'activerecord', '~> 7.2.0'
gem 'sqlite3', '~> 1.7.3'

0 comments on commit 0a34869

Please sign in to comment.