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 be3805a commit 228319f
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/actionmailer80.gemfile
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.3
gemfile: gemfiles/actionmailer72.gemfile
- ruby: 3.2
gemfile: gemfiles/actionmailer71.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 @@ -4,8 +4,8 @@ gemspec

gem "rake"
gem "minitest"
gem "actionmailer", "~> 7.2.0"
gem "activerecord", "~> 7.2.0"
gem "actionmailer", "~> 8.0.0"
gem "activerecord", "~> 8.0.0"
gem "combustion"
gem "sqlite3"
gem "redis"
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gemspec path: ".."

gem "rake"
gem "minitest"
gem "actionmailer", "~> 8.0.0.beta1"
gem "activerecord", "~> 8.0.0.beta1"
gem "actionmailer", "~> 7.2.0"
gem "activerecord", "~> 7.2.0"
gem "combustion"
gem "sqlite3"
gem "redis"

0 comments on commit 228319f

Please sign in to comment.