Skip to content

Commit

Permalink
Add support to Ruby 3.3 (no changes required)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Apr 9, 2024
1 parent 95ee69d commit 2a6b604
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- gemfiles/Gemfile-rails-6-0
- gemfiles/Gemfile-rails-5-2
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
Expand All @@ -32,10 +33,14 @@ jobs:
ruby: '2.6'
- gemfile: gemfiles/Gemfile-rails-7-0
ruby: '2.5'
- gemfile: gemfiles/Gemfile-rails-6-0
ruby: '3.3'
- gemfile: gemfiles/Gemfile-rails-6-0
ruby: '3.2'
- gemfile: gemfiles/Gemfile-rails-6-0
ruby: '3.1'
- gemfile: gemfiles/Gemfile-rails-5-2
ruby: '3.3'
- gemfile: gemfiles/Gemfile-rails-5-2
ruby: '3.2'
- gemfile: gemfiles/Gemfile-rails-5-2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* Add support to Ruby 3.3. (no changes required.)

## 3.1.1

* Add support for Rails 7.1. (no changes required.)
Expand Down

0 comments on commit 2a6b604

Please sign in to comment.