rails / rails-dom-testing

Extracting DomAssertions and SelectorAssertions from ActionView.
MIT License
175 stars 57 forks source link

Migrate CI to GitHub Actions #98

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

Migrates CI to GitHub Actions as Travis CI.org is no longer active. Adds gemfiles for recent ActiveSupport minor releases.

I restricted to Ruby >= 2.5 and Rails >= 5.2. To match up with the Travis config I included a jruby line and a ruby-head line.

This all runs green on my fork.

flavorjones commented 2 years ago

I've applied this proposed change in my fork and it looks good to me.

https://github.com/flavorjones/rails-dom-testing/actions/runs/2670430372

flavorjones commented 2 years ago

Extended in #103, closing.