From 9115361ffc01fc589ee8d56ceca51a0b697a2a8d Mon Sep 17 00:00:00 2001 From: MrChocolatine <47531779+MrChocolatine@users.noreply.github.com> Date: Fri, 3 Sep 2021 11:04:50 +0100 Subject: [PATCH 1/2] ci: stop running tests for Ember.js beta --- .github/workflows/ci.yml | 1 - config/ember-try.js | 8 -------- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a73b0c0..f9bbb580 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,6 @@ jobs: - ember-lts-3.16 - ember-lts-3.20 - ember-release - - ember-beta # - ember-canary - ember-default-with-jquery - ember-classic diff --git a/config/ember-try.js b/config/ember-try.js index ba3d3fad..ae2201a0 100644 --- a/config/ember-try.js +++ b/config/ember-try.js @@ -30,14 +30,6 @@ module.exports = async function () { }, }, }, - { - name: 'ember-beta', - npm: { - devDependencies: { - 'ember-source': await getChannelURL('beta'), - }, - }, - }, // { // name: 'ember-canary', // npm: { From bf91543e3525f8621563e57d8579706e3c703a25 Mon Sep 17 00:00:00 2001 From: MrChocolatine <47531779+MrChocolatine@users.noreply.github.com> Date: Fri, 3 Sep 2021 11:05:45 +0100 Subject: [PATCH 2/2] chore: remove old references to Ember.js canary --- .github/workflows/ci.yml | 1 - config/ember-try.js | 8 -------- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9bbb580..e8ae40b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,6 @@ jobs: - ember-lts-3.16 - ember-lts-3.20 - ember-release - # - ember-canary - ember-default-with-jquery - ember-classic diff --git a/config/ember-try.js b/config/ember-try.js index ae2201a0..8c6bb4b3 100644 --- a/config/ember-try.js +++ b/config/ember-try.js @@ -30,14 +30,6 @@ module.exports = async function () { }, }, }, - // { - // name: 'ember-canary', - // npm: { - // devDependencies: { - // 'ember-source': await getChannelURL('canary'), - // }, - // }, - // }, // The default `.travis.yml` runs this scenario via `npm 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