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 6, 2023
1 parent db26551 commit 11f1832
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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: true
- ruby: 3.1
gemfile: Gemfile
gemfile: gemfiles/activerecord70.gemfile
postgres: true
- 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 @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "activerecord", "~> 7.0.0"
gem "activerecord", "~> 7.1.0"
gem "minitest"
gem "pg"
gem "rake"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec path: ".."

gem "activerecord", "7.1.0.beta1"
gem "activerecord", "~> 7.0.0"
gem "minitest"
gem "pg"
gem "rake"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec path: ".."

gem "activerecord", "~> 7.0.0"
gem "activerecord", "~> 7.1.0"
gem "minitest"
gem "mysql2"
gem "rake"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec path: ".."

gem "activerecord", "~> 7.0.0"
gem "activerecord", "~> 7.1.0"
gem "minitest"
gem "sqlite3"
gem "rake"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/trilogy.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source "https://rubygems.org"

gemspec path: ".."

gem "activerecord", "~> 7.0.0"
gem "activerecord", "~> 7.1.0"
gem "minitest"
gem "activerecord-trilogy-adapter"
gem "trilogy"
gem "rake"
gem "groupdate", ">= 6.4"

0 comments on commit 11f1832

Please sign in to comment.