Skip to content

Commit

Permalink
Test with Rails 8.0.0 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Nov 8, 2024
1 parent d21b784 commit 6cfc13b
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 @@ -7,10 +7,10 @@ jobs:
matrix:
include:
- ruby: 3.3
gemfile: gemfiles/rails80.gemfile
gemfile: Gemfile
elasticsearch: 8
- ruby: 3.3
gemfile: Gemfile
gemfile: gemfiles/rails72.gemfile
elasticsearch: 8
- ruby: 3.2
gemfile: gemfiles/rails71.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 "rake"
gem "minitest", ">= 5"
gem "combustion"
gem "activerecord", "~> 7.2.0"
gem "activerecord", "~> 8.0.0"
gem "searchkick"
gem "elasticsearch"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails80.gemfile → gemfiles/rails72.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec path: ".."
gem "rake"
gem "minitest", ">= 5"
gem "combustion"
gem "activerecord", "~> 8.0.0.beta1"
gem "activerecord", "~> 7.2.0"
gem "sqlite3"
gem "searchkick"
gem "elasticsearch"
Expand Down

0 comments on commit 6cfc13b

Please sign in to comment.