state-machines / state_machines

Adds support for creating state machines for attributes on any Ruby class
https://github.com/state-machines/state_machines
MIT License
814 stars 91 forks source link

Add Ruby 3.2 to the CI matrix #92

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

Also updates the checkout action version constraint to v3 to eliminate a Node 12 warning in actions.

To get the specs running green I had to conditionally disable the taint test, since that method no longer exists in Ruby 3.2+

Runs green on my fork.