Skip to content

Commit

Permalink
fix ember-try scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Apr 30, 2024
1 parent ab8f4d4 commit 497ea76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
- ember-release
- ember-beta
- ember-canary
- ember-classic
- embroider-safe
- embroider-optimized
- no-deprecations
Expand Down
3 changes: 3 additions & 0 deletions packages/ember-cli-fastboot/tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.16.0',
'ember-qunit': '^5.0.0',
},
},
},
Expand All @@ -20,6 +21,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.20.5',
'ember-qunit': '^5.0.0',
},
},
},
Expand All @@ -28,6 +30,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.24.3',
'ember-qunit': '^5.0.0',
},
},
},
Expand Down

0 comments on commit 497ea76

Please sign in to comment.