egonSchiele / contracts.ruby

Contracts for Ruby.
http://egonschiele.github.com/contracts.ruby
BSD 2-Clause "Simplified" License
1.44k stars 82 forks source link

Create GitHub Workflow config to simulate Travis builds #293

Closed PikachuEXE closed 3 years ago

PikachuEXE commented 3 years ago

https://www.reddit.com/r/ruby/comments/jt2uub/deep_dive_moving_ruby_projects_from_travis_to/

Travis will no longer be free for Open Source projects (And it's already slow for OS projects now) This is to move to GitHub Action for CI

Same Ruby versions plus 2.6-2.7 JRuby still used for code style checks but different version due to what ruby/setup-ruby action supports

Old Ruby versions might fail