Skip to content

Commit

Permalink
[FEATURE] Add Ruby 3.0.0 to the CI build matrix (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jan 28, 2021
1 parent d8ee8be commit ba1425c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- '2.5.8'
- '2.6.6'
- '2.7.2'
- '3.0.0'
rails:
- '5.2'
- '6.0'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ about why a change log is important.
## x.y.z

### Added
- Add support for Ruby 3 (#120)
- Add automatic gem release (#122)
- Add support for Rails 6.1 (#113, #114)
- Officially support Ruby 2.7 (#103)
Expand Down

0 comments on commit ba1425c

Please sign in to comment.