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
Exclude previous Ruby versions from running against Rails main, since it
only supports Ruby 3.1+ now.
  • Loading branch information
carlosantoniodasilva committed Apr 9, 2024
1 parent ad81885 commit bffb06d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
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 @@ -24,6 +25,10 @@ jobs:
ruby: '2.6'
- gemfile: Gemfile
ruby: '2.5'
- gemfile: gemfiles/Gemfile-rails-main
ruby: '3.0'
- gemfile: gemfiles/Gemfile-rails-main
ruby: '2.7'
- gemfile: gemfiles/Gemfile-rails-main
ruby: '2.6'
- gemfile: gemfiles/Gemfile-rails-main
Expand All @@ -32,10 +37,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
@@ -1,3 +1,7 @@
## Unreleased

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

## 0.8.1

* Add support for Rails 7.0/7.1 and Ruby 3.1/3.2 (no changes required)
Expand Down

0 comments on commit bffb06d

Please sign in to comment.