Skip to content

Commit

Permalink
CI: Add dedicated Ember.js 3.24 LTS job
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 28, 2021
1 parent 7ae43ba commit df1e7b8
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 @@ -69,6 +69,7 @@ jobs:
- ember-3.15
- ember-3.16
- ember-3.20
- ember-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 @@ -35,6 +35,14 @@ module.exports = function () {
}
}
},
{
name: 'ember-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.0'
}
}
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit df1e7b8

Please sign in to comment.