Skip to content

Commit

Permalink
Test with Action Mailer 7.2.0.beta1 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 30, 2024
1 parent 109bacd commit d129e7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
include:
- ruby: 3.3
gemfile: Gemfile
gemfile: gemfiles/actionmailer72.gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.1
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/actionmailer72.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source "https://rubygems.org"

gemspec path: ".."

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

0 comments on commit d129e7b

Please sign in to comment.