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

Adjust CircleCI config to reflect Rails versions that we support #3885

Merged
merged 3 commits into from
Jan 12, 2021

Conversation

kennyadsl
Copy link
Member

Description

We recently added support for Rails 6.1 but we still need to run specs against Rails 6.0. This PR takes care of that.

To reduce the amount of CI time needed, I decided to remove MySQL tests for older Rails versions.

@kennyadsl kennyadsl self-assigned this Jan 8, 2021
This will save some CI time in preparation of adding Rails 6.0 to the
build matrix.
Now that we support Rails 6.1 specs will be run by default on
that version. This commit manually adds 6.0 to the matrix to
be sure are testing Solidus against that version.

We'll only test 6.0 against Postgres to save CI time.
@kennyadsl kennyadsl force-pushed the kennyadsl/rails-6.0-specs branch from c8b13d5 to 269bb9f Compare January 8, 2021 11:40
The Rails version will be changed by ENV varaibles when needed.
@kennyadsl
Copy link
Member Author

The pending CI check should not be expected actually. I removed mysql_rails52 in this PR and I think it's CircleCI not being able to get it.

@kennyadsl kennyadsl merged commit ed88ebc into solidusio:master Jan 12, 2021
@kennyadsl kennyadsl deleted the kennyadsl/rails-6.0-specs branch January 12, 2021 12:00
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.

3 participants