Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enables CI and drops support for Ruby < 2.4 #112

Merged
merged 8 commits into from
Oct 28, 2020

Conversation

wbotelhos
Copy link
Contributor

Since Circle CI was broken, I decided to enable Github Action.

  • [fix] Adds CI via Github Actions

I had some problems with Ruby and Bundler version. Ubuntu 18.04 hasn't some old Ruby images and these old Ruby images ask for newer Bundler. To avoid this problems and keep things updated, I dropped some Ruby versions.

  • [breakchange] Drops official support for Ruby 1.9.x with and of life on 2015-02-23
  • [breakchange] Drops official support for Ruby 2.0.x with and of life on 2016-02-24
  • [breakchange] Drops official support for Ruby 2.1.x with and of life on 2017-03-31
  • [breakchange] Drops official support for Ruby 2.2.x with and of life on 2018-03-31
  • [breakchange] Drops official support for Ruby 2.3.x with and of life on 2019-03-31

Soon Ubuntu 20.04 will be the default image, so we should fix it on 18.04 in the future or just drop another Ruby supports.

  • [update] Updates some development dependencies;

@nateberkopec nateberkopec merged commit 93f1200 into tj:master Oct 28, 2020
@nateberkopec
Copy link
Collaborator

I'll do a release soon

@wbotelhos wbotelhos deleted the adds-ci branch October 29, 2020 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants