Skip to content

Commit

Permalink
Bump maximum ruby version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khall committed Dec 30, 2024
1 parent b8c8238 commit d444c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/ci/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module VERSION
# To allow testing with the next unreleased version of Ruby, the version check is performed
# as `< #{MAXIMUM_RUBY_VERSION}`, meaning prereleases of MAXIMUM_RUBY_VERSION are allowed
# but not stable MAXIMUM_RUBY_VERSION releases.
MAXIMUM_RUBY_VERSION = "3.4"
MAXIMUM_RUBY_VERSION = "3.5"
end
end
end

0 comments on commit d444c11

Please sign in to comment.