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
anmarchenko committed Jan 2, 2025
1 parent b8c8238 commit dd5c4d5
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 dd5c4d5

Please sign in to comment.