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 483c477 commit dfaa63f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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:
fail-fast: false
matrix:
include:
- ruby: 3.3
gemfile: gemfiles/rails80.gemfile
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.3
gemfile: gemfiles/rails72.gemfile
- ruby: 3.2
gemfile: gemfiles/rails71.gemfile
- ruby: 3.1
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ gemspec
gem "rake"
gem "minitest", ">= 5"
gem "combustion"
gem "rails", "~> 7.2.0"
gem "rails", "~> 8.0.0"
gem "pg"
gem "sprockets-rails"
gem "propshaft"

# data sources
# gem "activerecord6-redshift-adapter"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails80.gemfile → gemfiles/rails72.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gemspec path: ".."
gem "rake"
gem "minitest", ">= 5"
gem "combustion"
gem "rails", "~> 7.1.0"
gem "rails", "~> 7.2.0"
gem "pg"
gem "propshaft"
gem "sprockets-rails"

0 comments on commit dfaa63f

Please sign in to comment.