diff --git a/test-app/config/ember-try.js b/test-app/config/ember-try.js index 1c3524e5..60f993f5 100644 --- a/test-app/config/ember-try.js +++ b/test-app/config/ember-try.js @@ -11,6 +11,8 @@ module.exports = async function () { name: 'ember-3.28', npm: { devDependencies: { + // Max ember-cli + 'ember-cli': '~4.12.0', 'ember-source': '~3.28.0', }, },