From 6afb576a999ed1fab9d6ec6ce71e4df8b99d3cdb Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 2 Jun 2023 22:48:02 +0900 Subject: [PATCH] Skip CIing on jruby against Rails 5.2 JRuby 9.4.2.0 is equivalent to CRuby 3.1.0 which is not supported by Rails 5.2.x --- .github/workflows/ruby.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 81c12959..1848b7c3 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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