Skip to content

Commit

Permalink
Remove Ember 2.4 from the test matrix
Browse files Browse the repository at this point in the history
Based on the feedback on
#819 (comment),
we are dropping Ember 2.4 testing matrix.
  • Loading branch information
twokul committed Feb 5, 2021
1 parent ba3b509 commit 50cc133
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
matrix:
ember-version:
[
ember-lts-2.4,
ember-lts-2.8,
ember-lts-2.12,
ember-lts-2.18,
Expand Down
31 changes: 0 additions & 31 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,6 @@ module.exports = function() {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.4',
bower: {
dependencies: {
ember: 'components/ember#lts-2-4',
},
resolutions: {
ember: 'lts-2-4',
},
},
npm: {
resolutions: {
// ember-math-helpers has a dependency on newer htmlbars and it
// conflicts this older version of ember with a message:
// "ember-cli-htmlbars: Cannot find the ember-source addon"...
'ember-cli-htmlbars': '^3',
// The 1.2.2 release causes an error related to a missing 'match'
// property which is due to the lack of ember-source.
// See https://github.com/pzuraq/ember-compatibility-helpers/issues/47
'ember-compatibility-helpers': '1.2.1',
},
dependencies: {
'ember-compatibility-helpers': '1.2.1',
},
devDependencies: {
'ember-source': null,
'ember-cli-addon-docs': null,
'ember-angle-bracket-invocation-polyfill': null,
},
},
},
{
name: 'ember-lts-2.8',
bower: {
Expand Down

0 comments on commit 50cc133

Please sign in to comment.