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

Add testing matrix for supported Rails versions #75

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

jcypret
Copy link
Owner

@jcypret jcypret commented Aug 10, 2020

This change is a follow-up to the Ruby testing matrix PR (#74). It introduces
Appraisal as a development dependency to run the test suite in parallel
against the five most recent versions of Rails. We might find over time
that we need to prune out some minor releases as the current matrix
runs 11 parallel builds, that is, 5 versions of Rails times 2 versions
of Ruby (2*5=10) then one additional run for Ruby 2.7 on Rails 6.0.

This change is a follow-up to the Ruby testing matrix. It introduces
Appraisal as a development dependency to run the test suite in parallel
against the five most recent versions of Rails. We might find over time
that we need to prune out some minor releases as the current matrix
runs 11 parallel builds, that is, 5 versions of Rails times 2 versions
of Ruby (2*5=10) then one additional run for Ruby 2.7 on Rails 6.0.
@jcypret jcypret merged commit 54afc08 into master Aug 10, 2020
@jcypret jcypret deleted the add-rails-matrix-testing branch August 10, 2020 00:14
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