Skip to content

Commit

Permalink
Test with Rails 7.2.0 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 10, 2024
1 parent 2b3e5b6 commit c4cb291
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.3
gemfile: gemfiles/activerecord72.gemfile
gemfile: Gemfile
postgres: 16
- ruby: 3.3
gemfile: Gemfile
gemfile: gemfiles/activerecord71.gemfile
postgres: 14
- ruby: 3.2
gemfile: gemfiles/activerecord70.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.1.0"
gem "activerecord", "~> 7.2.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.2.0.beta2"
gem "activerecord", "~> 7.1.0"
gem "combustion"
gem "pg"
gem "pg_query"
10 changes: 5 additions & 5 deletions test/controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ def test_maintenance
assert_response :success
end

def test_kill
# prevent warning for now
# post pg_hero.kill_path(pid: 1_000_000_000)
# assert_redirected_to "/"
end
# prevent warning for now
# def test_kill
# post pg_hero.kill_path(pid: 1_000_000_000)
# assert_redirected_to "/"
# end

def test_reset_query_stats
post pg_hero.reset_query_stats_path
Expand Down

0 comments on commit c4cb291

Please sign in to comment.