Skip to content

Commit

Permalink
Merge pull request #664 from amatsuda/skip_jruby_rails52
Browse files Browse the repository at this point in the history
Skip CIing on jruby against Rails 5.2
  • Loading branch information
radar committed Jun 2, 2023
2 parents 4045d30 + 6afb576 commit 26ae7f6
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 26ae7f6

Please sign in to comment.