ruby-concurrency / concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
https://ruby-concurrency.github.io/concurrent-ruby/
Other
5.71k stars 420 forks source link

CI: Use JRuby 9.2.18.0 #912

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

This PR updates the CI matrix to use latest JRuby, 9.2.18.0.

JRuby 9.2.18.0 release blog post

Configure JRuby to update in fewer locations.

pitr-ch commented 3 years ago

Thanks!

olleolleolle commented 3 years ago

I appreciate your help with moving forward with this!