Skip to content

Commit

Permalink
limit testing to ember 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 2, 2022
1 parent 257803d commit 3510f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
22 changes: 2 additions & 20 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

const getChannelURL = require('ember-source-channel-url');

module.exports = async function() {
return {
useYarn: true,
Expand Down Expand Up @@ -31,26 +29,10 @@ module.exports = async function() {
}
},
{
name: 'ember-release',
npm: {
devDependencies: {
'ember-source': await getChannelURL('release')
}
}
},
{
name: 'ember-beta',
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta')
}
}
},
{
name: 'ember-canary',
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary')
'ember-source': '~3.28.0'
}
}
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"ember-qunit": "^4.6.0",
"ember-resolver": "^8.0.0",
"ember-source": "~3.18.0",
"ember-source-channel-url": "^2.0.1",
"ember-template-lint": "^2.6.0",
"ember-truth-helpers": "^2.1.0",
"ember-try": "^1.4.0",
Expand Down

0 comments on commit 3510f26

Please sign in to comment.