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 0d2ffc3 commit f53253b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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 @@ -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

0 comments on commit f53253b

Please sign in to comment.