mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

CI: Use 2.6.4, 2.5.6, 2.4.7, jruby-9.2.8.0 #121

Closed olleolleolle closed 5 years ago

olleolleolle commented 5 years ago

This updates the CI matrix to use the latest releases.

~(I had some issues getting 2.4.7 to install via rvm, but that release only contains the RDoc upgrade, no backports. 2.5, 2.6 got some new stuff.)~

(This also sets the used JDK to openjdk8, in order not to have to set --add-opens.)

mperham commented 5 years ago

I don't want test matrix churn where we update patch levels every week.

olleolleolle commented 5 years ago

Use the 2.4, 2.5, 2.6 thing?

mperham commented 5 years ago

That would be fine if that automatically stays on the latest patch.