Skip to content

Commit

Permalink
experiment(test matrix): run ember 3 scenarios with ember-cli 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Nov 11, 2023
1 parent 6c5ecab commit dcbb187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = async function () {
name: 'ember-3.25',
npm: {
devDependencies: {
'ember-cli': '~4.12.2',
'ember-source': '~3.25.4',
'@ember/test-helpers': '^2.9.4',
'ember-qunit': '~6.0.0',
Expand All @@ -21,6 +22,7 @@ module.exports = async function () {
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-cli': '~4.12.2',
'ember-source': '~3.28.12',
'@ember/test-helpers': '^2.9.4',
'ember-qunit': '~6.0.0',
Expand Down

0 comments on commit dcbb187

Please sign in to comment.