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

Move jruby-head to the experimental workflow #936

Closed eregon closed 2 years ago

eregon commented 2 years ago

It fails currently, probably due to some issues with kwargs: https://github.com/ruby-concurrency/concurrent-ruby/runs/5010387674?check_suite_focus=true. Other head rubies are already in the experimental workflow.

chrisseaton commented 2 years ago

Followed up by 0fe5618a42a59b2130fb94196c5c62484f0e37ad to make it manually runnable.