Skip to content

Commit

Permalink
update deps and lts test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphaines committed Oct 21, 2020
1 parent e687822 commit 7253853
Show file tree
Hide file tree
Showing 2 changed files with 1,406 additions and 2,059 deletions.
8 changes: 4 additions & 4 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ module.exports = async function () {
return {
scenarios: [
{
name: 'ember-lts-3.12',
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.12.0'
'ember-source': '~3.16.0'
}
}
},
{
name: 'ember-lts-3.16',
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.16.0'
'ember-source': '~3.20.0'
}
}
},
Expand Down
Loading

0 comments on commit 7253853

Please sign in to comment.