diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1530375..dd28e71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: [ ember-lts-3.28, ember-lts-4.4, + ember-lts-4.12, ember-release, ember-beta, ember-classic, diff --git a/test-app/config/ember-try.js b/test-app/config/ember-try.js index d66a426..04c51bd 100644 --- a/test-app/config/ember-try.js +++ b/test-app/config/ember-try.js @@ -23,6 +23,14 @@ module.exports = async function () { }, }, }, + { + name: 'ember-lts-4.12', + npm: { + devDependencies: { + 'ember-source': '~4.12.0', + }, + }, + }, { name: 'ember-release', npm: {