Skip to content

Commit

Permalink
Merge pull request #513 from SergeAstapov/update-scenarios
Browse files Browse the repository at this point in the history
Add Ember 3.24 and Ember 3.28 to ember-try scenarios
  • Loading branch information
SergeAstapov authored Nov 20, 2021
2 parents 43c71ef + 75881ae commit 5e656d8
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -54,6 +54,8 @@ jobs:
- ember-lts-3.12
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-release
- ember-beta
- ember-canary
Expand Down
16 changes: 16 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ module.exports = async function() {
}
}
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.6'
}
}
},
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.6'
}
}
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 5e656d8

Please sign in to comment.