Skip to content

Commit

Permalink
Merge branch 'master' into stripe-13
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t authored Oct 3, 2024
2 parents cd535a0 + 9a9dfdc commit 6a141a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.1", "3.2", "3.3"]
bundler: [default]
gemfile:
- rails6.0
- rails6.1
- rails7.0
- rails7.1
- rails7.2
- stripe5
- stripe6
- stripe7
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### [Unreleased] - TBD

- Add Stripe 13 support (#169)
- Added Ruby 3.3 and Rails 7.2 to CI matrix (#170)

### 2.10.0 (Jun 28, 2024)

Expand Down
7 changes: 7 additions & 0 deletions gemfiles/rails7.2.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.2.0"

gemspec path: "../"

0 comments on commit 6a141a2

Please sign in to comment.