Skip to content

Commit

Permalink
Added Ruby 3.3. and Rails 7.2 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Oct 3, 2024
1 parent 3af4725 commit 5159c7e
Show file tree
Hide file tree
Showing 3 changed files with 10 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,13 +10,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.0", "3.1", "3.2", "3.3"]
bundler: [default]
gemfile:
- rails6.0
- rails6.1
- rails7.0
- rails7.1
- rails7.2
- stripe5
- stripe6
- stripe7
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### [Unreleased] - TBD

-
- Added Ruby 3.3. and Rails 7.2 to CI matrix (#TBC)

### 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 5159c7e

Please sign in to comment.