Skip to content

Commit

Permalink
Test with Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 5, 2023
1 parent 9db8bce commit b9cb204
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
matrix:
include:
- ruby: 3.2
gemfile: gemfiles/activerecord71.gemfile
gemfile: Gemfile
postgres: 16
- ruby: 3.1
gemfile: Gemfile
gemfile: gemfiles/activerecord70.gemfile
postgres: 15
- ruby: "3.0"
gemfile: gemfiles/activerecord61.gemfile
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec
gem "minitest", ">= 5"
gem "rake"

gem "activerecord", "~> 7.0.0"
gem "activerecord", "~> 7.1.0"
gem "combustion"
gem "pg"
gem "pg_query"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec path: ".."
gem "minitest", ">= 5"
gem "rake"

gem "activerecord", "7.1.0.beta1"
gem "activerecord", "~> 7.0.0"
gem "combustion"
gem "pg"
gem "pg_query"

0 comments on commit b9cb204

Please sign in to comment.