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 CI #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

orien
Copy link

@orien orien commented Jan 14, 2023

Context

travis-ci.org is dead and the current CI pipeline is not working.

Change

To ensure compatibility and quality, I propose using GitHub Actions for CI. The proposed workflow is passing on my fork, and will be added to this repo with the merge of this pull request.

@orien
Copy link
Author

orien commented Jan 18, 2023

@pda and/or @Kache what do you think of this proposal?

Comment on lines +10 to +19
matrix:
ruby: [ '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', 'jruby-9.1' ]
rails: [ '4.0', '4.1', '4.2', '5.0', '5.1', '5.2' ]
exclude:
- { ruby: '2.0', rails: '5.2' }
- { ruby: '2.0', rails: '5.1' }
- { ruby: '2.0', rails: '5.0' }
- { ruby: '2.1', rails: '5.2' }
- { ruby: '2.1', rails: '5.1' }
- { ruby: '2.1', rails: '5.0' }
Copy link
Author

Choose a reason for hiding this comment

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

To limit scope of this PR, I've replicated the matrix that was used in the travis-ci pipeline.

The introduction of new versions of Ruby and Rails can be done in subsequent pull requests.

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

1 participant