diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78bb4473..d11cf9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,6 @@ jobs: fail-fast: false matrix: try-scenario: - - ember-lts-4.4 - ember-lts-4.8 - ember-lts-4.12 - ember-release diff --git a/tests/dummy/config/ember-try.js b/tests/dummy/config/ember-try.js index 0212f513..08cb0282 100644 --- a/tests/dummy/config/ember-try.js +++ b/tests/dummy/config/ember-try.js @@ -7,15 +7,6 @@ module.exports = async function () { return { useYarn: true, scenarios: [ - { - name: 'ember-lts-4.4', - npm: { - devDependencies: { - 'ember-source': '~4.4.0', - 'ember-data': '~4.4.0', - }, - }, - }, { name: 'ember-lts-4.8', npm: {