Skip to content

Commit

Permalink
Update ember try
Browse files Browse the repository at this point in the history
  • Loading branch information
dgavey committed Mar 31, 2021
1 parent b81f51d commit 0ad00bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ module.exports = async function () {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.12',
npm: {
devDependencies: {
'ember-source': '~3.12.0',
},
},
},
{
name: 'ember-lts-3.16',
npm: {
Expand All @@ -22,6 +30,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 0ad00bb

Please sign in to comment.