Skip to content

Commit

Permalink
Remove 3.0 x rails-main action run
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 6, 2024
1 parent fe8fcdc commit c15f48b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -26,10 +26,12 @@ jobs:
- gemfiles/Gemfile.rails-7.1.x
- gemfiles/Gemfile.rails-main
exclude:
# Ruby 3.0 is not supported by Rails main (requires at least Ruby 3.1)
- ruby_version: '3.0'
gemfile: gemfiles/Gemfile.rails-main
# JRuby is not supported by Rails 7.0.x
- ruby_version: jruby
gemfile: gemfiles/Gemfile.rails-7.0.x

# JRuby is not supported by Rails main
- ruby_version: jruby
gemfile: gemfiles/Gemfile.rails-main
Expand Down

0 comments on commit c15f48b

Please sign in to comment.