From 79a91e41e90ebcc9bf3fe92fda3b1a3c09a8fa9e Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Sat, 2 Jan 2021 09:14:30 +1100 Subject: [PATCH] Ruby 3.x and Rails 5.2.x are not incompatible --- .github/workflows/ruby.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 39c6fb98..d76457a9 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -25,10 +25,13 @@ jobs: gemfiles/Gemfile.rails-master, ] exclude: + # Ruby 3.x is not supported by Rails 5.2.x + - ruby_version: 3.0.0 + gemfile: gemfiles/Gemfile.rails-5.2.x # Ruby 2.4.x is not supported by Rails master - ruby_version: 2.4.9 gemfile: gemfiles/Gemfile.rails-master - # Ruby 2.4.x is not supported by Rails 6.0.x + # Ruby 2.3.x is not supported by Rails master - ruby_version: 2.4.9 gemfile: gemfiles/Gemfile.rails-6.0.x # Ruby 2.3.x is not supported by Rails master