Skip to content

Commit

Permalink
Merge pull request #381 from NullVoxPopuli/expand-try-scenarios
Browse files Browse the repository at this point in the history
Expand ember-try scenarios to explicitly cover LTSes 3.28 through 4.12
  • Loading branch information
chriskrycho committed May 15, 2023
2 parents 783bec6 + 1f09ce4 commit 8cccf6d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
ember-try-scenario:
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-release
- ember-beta
- ember-canary
Expand Down
32 changes: 32 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,38 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.0',
},
},
},
{
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'ember-source': '~4.4.0',
},
},
},
{
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.8.0',
},
},
},
{
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.12.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 8cccf6d

Please sign in to comment.