From 342bb883f2fb6b2afd3ac44dd3a0432383d614a7 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 14 Jun 2022 10:32:46 -0400 Subject: [PATCH] Remove "classic" edition CI scenarios --- .github/workflows/ci-build.yml | 2 -- config/ember-try.js | 29 ----------------------------- 2 files changed, 31 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 87e965a2..63234eaa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -74,8 +74,6 @@ jobs: - ember-release - ember-beta - ember-canary - - ember-classic - - ember-default-with-jquery - embroider-safe - embroider-optimized diff --git a/config/ember-try.js b/config/ember-try.js index 6c5168cb..91745b48 100644 --- a/config/ember-try.js +++ b/config/ember-try.js @@ -119,21 +119,6 @@ module.exports = async function() { } } }, - { - name: 'ember-classic', - env: { - EMBER_OPTIONAL_FEATURES: JSON.stringify({ - 'application-template-wrapper': true, - 'default-async-observers': false, - 'template-only-glimmer-components': false, - }), - }, - npm: { - ember: { - edition: 'classic', - }, - }, - }, // The default `.travis.yml` runs this scenario via `yarn test`, // not via `ember try`. It's still included here so that running // `ember try:each` manually or from a customized CI config will run it @@ -144,20 +129,6 @@ module.exports = async function() { devDependencies: {} } }, - { - name: 'ember-default-with-jquery', - env: { - EMBER_OPTIONAL_FEATURES: JSON.stringify({ - 'jquery-integration': true - }) - }, - npm: { - devDependencies: { - '@ember/jquery': '^0.5.1' - } - } - }, - embroider.safe, embroider.optimized, ]