Skip to content

Commit

Permalink
Skip CIing on jruby against Rails 5.2
Browse files Browse the repository at this point in the history
JRuby 9.4.2.0 is equivalent to CRuby 3.1.0 which is not supported by Rails 5.2.x
  • Loading branch information
amatsuda committed Jun 2, 2023
1 parent 4045d30 commit 6afb576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- ruby_version: 2.6
gemfile: gemfiles/Gemfile.rails-7.0.x

# JRuby 9.4.2.0 (3.1.0) is not supported by Rails 5.2.x
- ruby_version: jruby
gemfile: gemfiles/Gemfile.rails-5.2.x

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

0 comments on commit 6afb576

Please sign in to comment.