Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
574 stars 97 forks source link

Add the latest supported ruby version to RVM version matrix #151

Closed effron closed 5 years ago

effron commented 5 years ago

All of the currently supported ruby versions are officially EOL, so this adds CI testing for the latest patch version of all supported ruby minor versions. This did not require any code changes to make the tests pass, so it seems easy enough to add this to prevent any regressions in newer ruby versions. Let me know if there's anything else you need in order to accept this change!

agirlnamedsophia commented 5 years ago

maybe update the "compatibility" section too? https://github.com/Shopify/statsd-instrument#compatibility

effron commented 5 years ago

@agirlnamedsophia updated!

wvanbergen commented 5 years ago

Closing, because we switched to Github Actions, and have updated the list of Ruby versions.