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 4078963 commit f24d59d
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.12
- ember-lts-3.16
- ember-lts-3.28
- ember-release
- ember-octane
- ember-beta
Expand Down
17 changes: 17 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,23 @@ module.exports = function () {
},
},
},
{
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.0',
},
},
},
{
name: 'ember-release',
npm: {
devDependencies: {
'ember-source': urls[0],
},
ember: {
edition: 'octane',
},
},
},
{
Expand All @@ -49,6 +60,9 @@ module.exports = function () {
devDependencies: {
'ember-source': urls[1],
},
ember: {
edition: 'octane',
},
},
},
{
Expand All @@ -57,6 +71,9 @@ module.exports = function () {
devDependencies: {
'ember-source': urls[2],
},
ember: {
edition: 'octane',
},
},
},
{
Expand Down

0 comments on commit f24d59d

Please sign in to comment.