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
570 stars 94 forks source link

Update checkout github action + update JRuby and TruffleRuby #373

Closed pedro-stanaka closed 1 month ago

pedro-stanaka commented 1 month ago

Summary

Our CI for github was using actions that were running with deprecated versions of NodeJS, I am upgrading the actions versions so we can comply with the newer Node versions. Also, I am updating the versions we run tests against for JRuby and TruffleRuby

casperisfine commented 1 month ago
  • abandon support for 2.6

If it allows to simplify some code I'm all for it, but if it doesn't I see no reason to bump the requirement.

pedro-stanaka commented 1 month ago
  • abandon support for 2.6

If it allows to simplify some code I'm all for it, but if it doesn't I see no reason to bump the requirement.

I see, I was having trouble with a library on older Ruby versions, but I found a workaround. Just going to bump the GH action version to get rid of deprecation warnings.