diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4d6e2f4..7f26e6f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -52,7 +52,6 @@ jobs: - ember-lts-3.20 - ember-release - ember-beta - - ember-canary - ember-default-with-jquery steps: diff --git a/config/ember-try.js b/config/ember-try.js index 3ced9b7..eb43cec 100644 --- a/config/ember-try.js +++ b/config/ember-try.js @@ -6,7 +6,6 @@ module.exports = function() { return Promise.all([ getChannelURL('release'), getChannelURL('beta'), - getChannelURL('canary') ]).then((urls) => { return { scenarios: [ @@ -78,14 +77,6 @@ module.exports = function() { } } }, - { - name: 'ember-canary', - npm: { - devDependencies: { - 'ember-source': urls[2] - } - } - }, // 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