Skip to content

Commit

Permalink
Merge pull request #275 from DataDog/anmarchenko/bump_maximum_ruby_ve…
Browse files Browse the repository at this point in the history
…rsion

[NOTICKET-1] bump maximum Ruby version to 3.5
  • Loading branch information
anmarchenko authored Jan 2, 2025
2 parents b8c8238 + dd5c4d5 commit 7ed18fa
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 7ed18fa

Please sign in to comment.