Skip to content

Commit

Permalink
Add support for Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tecden committed Dec 6, 2024
1 parent 9d08cf3 commit 5fa550c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
gemfile: Gemfile
- ruby: 3.2.1
gemfile: Gemfile
- ruby: 3.3.6
gemfile: Gemfile
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Compatible changes

- Add support for Ruby 3.3

## 3.2.0 - 2023-03-01

### Compatible changes
Expand Down

0 comments on commit 5fa550c

Please sign in to comment.