From 539a43f22ed6473facc11e697cb2ea3e12d061c8 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Thu, 11 Jan 2024 08:10:03 -0300 Subject: [PATCH] Test on Ruby 3.3.0 In the hopes that it exposes https://github.com/pivotal/LicenseFinder/pull/1013 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(',')}"