Peter Goldstein
Peter Goldstein
This adds a Ruby 3.2 entry to CI and removes the unneeded `ruby` entry in the Gemfile, which was causing failures against head. Runs green on my fork.
Updates the CI matrix so it includes Ruby 3.2, JRuby 9.3, and JRuby 9.4 Also updates the checkout action version to eliminate the Node 12 warning on builds. ### Checklist...
Problem Current CI doesn't run against the most recent Ruby (3.2) Solution Added Ruby 3.2 to the CI matrix Result Ruby 3.2 will be included in the CI runs going...
As Travis CI.org has been inactive since mid-2021, appraisal has not had CI for quite some time. This PR is an attempt to migrate CI to GitHub actions. It is...
In addition to adding the entries to the matrix for Ruby 3.1 and 3.2, this PR includes: 1. Adding a dedicated Rails 6.1 gemfile 2. Switching the primary Gemfile to...
Runs green on my fork.
Getting this to green required a little bit of work. In addition to adding these entries to the matrix the following changes were made: 1. Updated actions/checkout to v3. 2....