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 fdb409e commit d4d7504
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
matrix:
include:
- ruby: 3.3
gemfile: gemfiles/activerecord80.gemfile
gemfile: Gemfile
postgres: 17
- ruby: 3.3
gemfile: Gemfile
gemfile: gemfiles/activerecord72.gemfile
postgres: 16
- ruby: 3.3
- ruby: 3.2
gemfile: gemfiles/activerecord71.gemfile
postgres: 14
- ruby: 3.2
- ruby: 3.1
gemfile: gemfiles/activerecord70.gemfile
postgres: 12
- ruby: 3.1
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.2.0"
gem "activerecord", "~> 8.0.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", "~> 8.0.0.beta1"
gem "activerecord", "~> 7.2.0"
gem "combustion"
gem "pg"
gem "pg_query"

0 comments on commit d4d7504

Please sign in to comment.