diff --git a/Rakefile b/Rakefile index 988422e8b..141e8fe9a 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[3.2.2 3.1.4 2.7.8 2.6.10] + ruby_versions = %w[3.3.0 3.2.2 3.1.4 2.7.8 2.6.10] params = [] params << "ruby_versions=#{ruby_versions.join(',')}"