You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
* Ruby 3.0 Support & CI Actions improvement
- Relax Ruby version constraint with `'>= 2.4', '< 3.1'`;
- CI now runs with multiple versions of Ruby, using a matrix strategy;
- Currently runs on 2.6, 2.7 and 3.0 (previously was only running on 2.6)
- Replaced the `bundle install` step with `bundler-cache: true`
- As shown on https://github.com/ruby/setup-ruby#caching-bundle-install-automatically
* Include all versions declared as supported on the strategy matrix
Co-authored-by: Alexander Popov <[email protected]>
* Use '>= 2.4', '< 4' as the required ruby version
Co-authored-by: Alexander Popov <[email protected]>
* Update .github/workflows/ruby.yml
Co-authored-by: Alexander Popov <[email protected]>
Co-authored-by: Alexander Popov <[email protected]>
Co-authored-by: Tom Hu <[email protected]>
0 commit comments