Skip to content

Commit

Permalink
Test on Ruby 3.3.0
Browse files Browse the repository at this point in the history
In the hopes that it exposes pivotal#1013
  • Loading branch information
benlangfeld authored Jan 11, 2024
1 parent 46ae9f6 commit 539a43f
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 @@ -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(',')}"
Expand Down

0 comments on commit 539a43f

Please sign in to comment.