Skip to content

Commit

Permalink
Add rails 7.1 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Mar 18, 2024
1 parent 9e8426f commit 2cce8f2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.7", "3.0", "3.1"]
ruby: ["3.0", "3.1", "3.2"]
bundler: [default]
gemfile:
- rails6.0
- rails6.1
- rails7.0
- rails7.1
- stripe5
- stripe6
- stripe7
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ appraise "rails7.0" do
gem "rails", "~> 7.0.0"
end

appraise "rails7.1" do
gem "rails", "~> 7.1.0"
end

appraise "stripe3" do
gem "stripe", "~> 3.0"
end
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/rails7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 7.1.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion stripe_event.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "appraisal"
s.add_development_dependency "rails", [">= 3.1"]
s.add_development_dependency "rake"
s.add_development_dependency "rspec-rails", "~> 3.7"
s.add_development_dependency "rspec-rails"
s.add_development_dependency "webmock", "~> 1.9"
end

0 comments on commit 2cce8f2

Please sign in to comment.