diff --git a/Rakefile b/Rakefile index f9bf7103..a314fc83 100644 --- a/Rakefile +++ b/Rakefile @@ -54,7 +54,7 @@ task :update_pipeline, [:slack_url, :slack_channel] do |_, args| puts 'Warning: You should provide slack channel and url to receive slack notifications on build failures' end - ruby_versions = %w[2.7.5 2.6.9 2.5.7 2.4.9 2.3.8 jruby-9.3.1.0] + ruby_versions = %w[2.7.5 2.6.9 2.5.7 2.4.9 2.3.8] params = [] params << "ruby_versions=#{ruby_versions.join(',')}"