-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update solidus compatibility #22
base: master
Are you sure you want to change the base?
Conversation
6e39729
to
ddf157c
Compare
Update the CI testing matrix so we cover Solidus versions currently under maintenance.
This commit also resolves the deprecations for v2.8 and one test error resulting from a missing I18n translation. Side note: this is the first step in this branch where there are _no_ outstanding deprecations. Yay!
Add Solidus v2.9 to the test matrix, and clear up broken specs. This required moving from poltergeist to selenium, and a few changes to some of the feature specs.
Add the solidus `master` branch to the CI test matrix. This should allow us to spot and fix compatibility problems more quickly.
639f309
to
fb7bc12
Compare
Look at that, finally passing on all versions! I'm happy to squash it before merge. |
I have updated this PR to include v2.10. |
any update on this? |
We can work on getting this merged if you are interested, you can also send
a PR?
…On Mon, Jun 15, 2020 at 4:38 PM Antonio Facciolo ***@***.***> wrote:
any update on this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABZTL2WRJ2KRKVO5R4RXXTRW2BD5ANCNFSM4JFFAFXA>
.
|
I have not looked at this in several months. Is it missing a new version? |
Yes,
|
Update the CI testing matrix so we cover Solidus versions currently
under maintenance.
I tried this once and I think I tried to cover too many Solidus versions in one go. This time I'm going to take smaller steps.