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

run tests against different Ember CLI versions in CI #115

Conversation

jelhan
Copy link
Collaborator

@jelhan jelhan commented Oct 6, 2019

This runs our test suite (yarn test:node) against different Ember CLI versions.

I wasn't sure which version we should consider supported. The readme states Ember CLI v2.13 or above but I'm not quite sure if we should take the burden and support such old versions. To be honest I'm even not so motivated to investigate the CI failures for Ember CLI v2.18. If it's okay for you, I would reduce support matrix to v3.4 or above. This would cover three LTS versions.

Before the "normal" ember test suite was run with ember try against different ember-source versions. We don't have any meaningful test in that test suite (yarn test).

@jelhan jelhan force-pushed the run-tests-against-different-ember-cli-versions branch from 1a647a1 to 94eff5f Compare October 6, 2019 21:44
@jelhan jelhan changed the title WIP: run tests against different Ember CLI versions in CI run tests against different Ember CLI versions in CI Oct 6, 2019
@rwjblue
Copy link
Member

rwjblue commented Oct 7, 2019

If it's okay for you, I would reduce support matrix to v3.4 or above. This would cover three LTS versions.

Seems good to me. 3.4, 3.8, and 3.12 sound perfect to me...

@rwjblue rwjblue merged commit 7c7031f into adopted-ember-addons:master Oct 8, 2019
@rwjblue
Copy link
Member

rwjblue commented Oct 8, 2019

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants