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

Use GitHub Actions for the CI build #73

Merged
merged 3 commits into from
Dec 17, 2020
Merged

Use GitHub Actions for the CI build #73

merged 3 commits into from
Dec 17, 2020

Conversation

orien
Copy link
Member

@orien orien commented Dec 17, 2020

Migrate from Travis CI to GitHub Actions for the CI build.

@orien orien marked this pull request as ready for review December 17, 2020 01:28
Comment on lines +7 to +12

group :test do
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.6")
gem "rspec-given", "< 3.8.1"
end
end
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems later versions of rspec-given are not compatible with Ruby prior to version 2.6.

The Gemfile is not included in the released gem, or influence its content, so configuring this here will only help in development and CI environments.

@orien orien changed the title Use GitHub Actions CI build Use GitHub Actions for the CI build Dec 17, 2020
- 2.1
- 2.2
- 2.3
- 2.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is now a good time to remove support for EOL rubies?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I've been doing the same for Rack::ECG)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This library isn't using any new features introduced in later Rubies. Until we need to do so, I don't have a strong incentive to remove support.

.github/workflows/test.yml Outdated Show resolved Hide resolved
@orien orien merged commit 9b20425 into master Dec 17, 2020
@orien orien deleted the github-actions branch December 17, 2020 05:20
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.

None yet

3 participants