jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ
https://github.com/jondot/sneakers
MIT License
2.24k stars 333 forks source link

Update Ruby versions in travis.yml to run tests against latest ruby version on CI #435

Closed bumi closed 2 years ago

bumi commented 4 years ago

Running tests again the latest stable version 2.7 and the latest patch level version of previous ruby versions.

Available rubies on travis-ci can be found here.

Ruby 2.3.8 has reached EOL and does not get any updates anymore. This PR removes running tests against that version. Official support for not maintained ruby versions should be dropped.

rpbaltazar commented 4 years ago

Shouldn't we update the Dockerfile image as well? It is pointing to alpine 2.3.7 still. I had opened a PR to update it to 2.4 but since you're making the changes here to travis, then i think it makes sense to send them all as one.

michaelklishin commented 2 years ago

Thank you. We will switch to Actions but bumping the Ruby versions we test against makes a lot of sense 👍