Skip to content

Commit

Permalink
Update CI for Ember 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Dec 4, 2021
1 parent f86c464 commit bd67f24
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- ember-lts-3.8
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-release
- ember-beta
- ember-canary
Expand Down
17 changes: 17 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,23 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.0',
},
},
},
{
name: 'ember-release',
npm: {
devDependencies: {
'ember-source': await getChannelURL('release'),
},
ember: {
edition: 'octane',
},
},
},
{
Expand All @@ -45,6 +56,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
ember: {
edition: 'octane',
},
},
},
{
Expand All @@ -53,6 +67,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
ember: {
edition: 'octane',
},
},
},
{
Expand Down

0 comments on commit bd67f24

Please sign in to comment.