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 ae5fd7c commit 24c5cd4
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 to Ruby 3.3. (no changes required.)

## 5.3.0

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

0 comments on commit 24c5cd4

Please sign in to comment.