Skip to content

Commit

Permalink
fill in missing ember-try scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Sep 8, 2022
1 parent d64a272 commit 4770991
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
matrix:
ember-try-scenario:
- ember-lts-3.8
- ember-lts-3.12
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
Expand Down
18 changes: 18 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-3.12',
npm: {
devDependencies: {
'ember-source': '~3.12.0',
'ember-cli': '~3.12.0',
},
},
},
{
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.16.0',
'ember-cli': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.20',
npm: {
Expand Down

0 comments on commit 4770991

Please sign in to comment.