Skip to content

Commit

Permalink
Merge pull request #2905 from Gaurav0/missing_test_scenarios
Browse files Browse the repository at this point in the history
feat(test-esa) fix missing test scenarios
  • Loading branch information
BobrImperator authored Dec 30, 2024
2 parents 36b86a4 + 0db3b4f commit 2579c64
Show file tree
Hide file tree
Showing 2 changed files with 22 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 @@ -59,7 +59,9 @@ jobs:
- test:one ember-lts-4.4
- test:one ember-lts-4.8
- test:one ember-lts-4.12
- test:one ember-lts-5.4
- test:one ember-lts-5.8
- test:one ember-lts-5.12
- test:one ember-6.0
- test:one ember-default
- test:one ember-release
Expand Down
20 changes: 20 additions & 0 deletions packages/test-esa/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ module.exports = function () {
},
},
},
{
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-cli': '~5.4.0',
'ember-source': '~5.4.0',
'ember-data': '~5.3.0',
},
},
},
{
name: 'ember-lts-5.8',
npm: {
Expand All @@ -67,6 +77,16 @@ module.exports = function () {
},
},
},
{
name: 'ember-lts-5.12',
npm: {
devDependencies: {
'ember-cli': '~5.12.0',
'ember-source': '~5.12.0',
'ember-data': '~5.3.0',
},
},
},
{
name: 'ember-6.0',
npm: {
Expand Down

0 comments on commit 2579c64

Please sign in to comment.