diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f7004bfb..0d1ed60e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -101,6 +101,7 @@ jobs: - test-apps/base-tests ember-try-scenario: - ember-4.0 + - ember-lts-4.4 - ember-lts-4.12 - ember-lts-5.12 - ember-release diff --git a/test-apps/base-tests/config/ember-try.js b/test-apps/base-tests/config/ember-try.js index bda4a5ac..ed360dec 100644 --- a/test-apps/base-tests/config/ember-try.js +++ b/test-apps/base-tests/config/ember-try.js @@ -15,6 +15,15 @@ module.exports = async function () { }, }, }, + { + name: 'ember-lts-4.4', + npm: { + devDependencies: { + 'ember-source': '~4.4.0', + '@glimmer/component': '^1.0.0', + }, + }, + }, { name: 'ember-lts-4.12', npm: {