treasure-data / serverengine

A framework to implement robust multiprocess servers like Unicorn
Apache License 2.0
759 stars 86 forks source link

CI: Add Ruby 3.2 #139

Closed ashie closed 1 year ago

ashie commented 1 year ago

Signed-off-by: Takuro Ashie ashie@clear-code.com

daipom commented 1 year ago

I also ran into the same problem. This is caused by the old rake version. We need this fix for rake.

This means we need to update rake and rspec.

ashie commented 1 year ago

I tried it once but not yet completed, some tests stall on latest RSpec.

ashie commented 1 year ago

Oh? Now I've tested them locally and succeeded without any problems. Fixed by upstream?

ashie commented 1 year ago

CI succeeded on all environments.

daipom commented 1 year ago

Yay! Thanks!