Skip to content

Commit

Permalink
[FEATURE] Add Ruby 3.0.0 to the CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jan 22, 2021
1 parent 0059d02 commit dbc135f
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 support for Rails 6.1 (#113, #114)
- Officially support Ruby 2.7 (#103)

Expand Down

0 comments on commit dbc135f

Please sign in to comment.