From fbebab88e678c481ef8d061e3c40a823bdbd413a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:24:54 -0400 Subject: [PATCH 1/2] does testing 4.4 matter? --- test-apps/base-tests/config/ember-try.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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: { From 43852ba80c429cb427db87d1213b455cdd036c09 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:25:21 -0400 Subject: [PATCH 2/2] Update ci-build.yml --- .github/workflows/ci-build.yml | 1 + 1 file changed, 1 insertion(+) 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