Skip to content

Commit

Permalink
build: add support for Ruby 3.3 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi authored Jan 22, 2024
1 parent 55f0d9a commit 1d37059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [2.6.0] -
### Added
- Remove support for Ruby 2.6
- Add support for Ruby 3.3

## [2.5.0] - 2023-10-26
### Added
Expand Down

0 comments on commit 1d37059

Please sign in to comment.