Skip to content

Commit

Permalink
Add test matrix for 7.1.1 for ActiveSupport::LogSubscriber#silenced? …
Browse files Browse the repository at this point in the history
…patch
  • Loading branch information
dalibor committed Nov 13, 2023
1 parent 0773707 commit 6a0a136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- rails: "7.1"
ruby: 3.1
- rails: "7.1.1"
ruby: 3.2
- rails: "7.1"
ruby: 3.2

Expand Down
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ appraise "rails_7.0" do
gem "sqlite3", "~> 1.4.0", platform: :ruby
end

appraise "rails_7.1.1" do
gem "rails", "7.1.1"
gem "sqlite3", "~> 1.4.0", platform: :ruby
end

appraise "rails_7.1" do
gem "rails", "~> 7.1.0"
gem "sqlite3", "~> 1.4.0", platform: :ruby
Expand Down

0 comments on commit 6a0a136

Please sign in to comment.