Skip to content

Commit

Permalink
Merge pull request #78 from ember-polyfills/add-3.24-to-ci
Browse files Browse the repository at this point in the history
Add [email protected] LTS to CI configuration.
  • Loading branch information
rwjblue authored May 19, 2021
2 parents acb1e15 + fa47698 commit 45ed313
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 @@ -65,6 +65,7 @@ jobs:
- ember-3.13
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- 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 @@ -30,6 +30,14 @@ module.exports = async function () {
}
}
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.0'
}
}
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 45ed313

Please sign in to comment.