Skip to content

Commit

Permalink
Merge pull request #976 from emberjs/add-lts-4-8
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 24, 2022
2 parents b73527b + 92f1106 commit 8ff4c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -49,6 +49,7 @@ jobs:
- ember-lts-3.24
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-release
- ember-beta
- ember-canary
Expand Down
8 changes: 8 additions & 0 deletions config/ember-try.js
Expand Up @@ -31,6 +31,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.4.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 8ff4c91

Please sign in to comment.