Skip to content

Commit

Permalink
Add Ember 4.8 to CI matrix
Browse files Browse the repository at this point in the history
Ember 4.8 will become an LTS shortly (when 4.9 is released), this adds
it to CI so that we are explicitly testing it.
  • Loading branch information
rwjblue committed Oct 24, 2022
1 parent b73527b commit 92f1106
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 92f1106

Please sign in to comment.