Skip to content

Commit

Permalink
Add ruby 2.7.0 and update to latest patch levels
Browse files Browse the repository at this point in the history
  • Loading branch information
xlgmokha committed Jan 10, 2020
1 parent f24a563 commit 65efe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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.6.5 2.5.3 2.4.5 2.3.8 jruby-9.2.9.0]
ruby_versions = %w[2.7.0 2.6.5 2.5.7 2.4.9 2.3.8 jruby-9.2.9.0]

params = []
params << "ruby_versions=#{ruby_versions.join(',')}"
Expand Down

0 comments on commit 65efe96

Please sign in to comment.