heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.83k stars 5.53k forks source link

Adds Ruby 3.3 to CI #5668

Closed berkos closed 3 months ago

berkos commented 6 months ago

This PR adds Ruby 3.3 in the CI matrix.

It excludes rubies that are incompatible with Rails 7.2

Because every version of rails depends on Ruby >= 3.1.0
  and Gemfile-rails-main depends on rails >= 0,
  Ruby >= 3.1.0 is required.
capripot commented 3 months ago

Yes please!