railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.88k stars 2.25k forks source link

CI test #3574

Closed wayc closed 1 year ago

wayc commented 1 year ago

Trying to find out why two of the CI test suites are failing:

for this pull request: https://github.com/railsadminteam/rails_admin/pull/3571

wayc commented 1 year ago

@mshibuya

Hi Shibuya-san 👋 Would you know why the two test suites are failing here? They seem to pass on master on the most recent commits. Maybe we need to clear some caches in Actions?

pcai commented 1 year ago

a hunch: jruby 9.4 was released recently which upgrades to mri 3.1 compatibility. need to either update to support jruby 9.4 or lock the workflow file to the prior version

EDIT: maybe this is a regression in jruby 9.4? - see https://github.com/jruby/jruby/issues/7481

mshibuya commented 1 year ago

Locked JRuby version to 9.3 for now. https://github.com/railsadminteam/rails_admin/commit/6d2eece3e3fb9bb1291a53fa29579b62716636c5