Skip to content

Commit

Permalink
Merge pull request #49 from ember-polyfills/fix-ci
Browse files Browse the repository at this point in the history
Limit testing to ember 3.x
  • Loading branch information
ef4 authored Jan 2, 2022
2 parents 257803d + cbe2bb3 commit eb26f74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ jobs:
- default
- default-with-lockfile
- default-with-jquery
- release
- beta
- canary
- classic
- lts-3.12
- lts-3.16
- lts-3.20
- lts-3.28
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
22 changes: 2 additions & 20 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

const getChannelURL = require('ember-source-channel-url');

module.exports = async function() {
return {
useYarn: true,
Expand Down Expand Up @@ -31,26 +29,10 @@ module.exports = async function() {
}
},
{
name: 'ember-release',
npm: {
devDependencies: {
'ember-source': await getChannelURL('release')
}
}
},
{
name: 'ember-beta',
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta')
}
}
},
{
name: 'ember-canary',
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary')
'ember-source': '~3.28.0'
}
}
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"ember-qunit": "^4.6.0",
"ember-resolver": "^8.0.0",
"ember-source": "~3.18.0",
"ember-source-channel-url": "^2.0.1",
"ember-template-lint": "^2.6.0",
"ember-truth-helpers": "^2.1.0",
"ember-try": "^1.4.0",
Expand Down

0 comments on commit eb26f74

Please sign in to comment.