Skip to content

Commit

Permalink
Merge pull request #167 from mixonic/mixonic/add-ember-4-5-to-ci
Browse files Browse the repository at this point in the history
Add Ember 4 to CI coverage
  • Loading branch information
mixonic authored Nov 1, 2023
2 parents e003590 + 43a45f6 commit 06c7e87
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ jobs:
ember-lts-3.20,
ember-lts-3.24,
ember-lts-3.28,
ember-release,
ember-beta,
ember-canary,
ember-lts-4.4,
ember-lts-4.8,
ember-3.28-with-jquery,
ember-3.28-classic,
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addressing a single deprecation at a time, and prevents backsliding

2.x

- Ember.js 2.12 or above
- Ember.js 2.12 until at least 4.8
- Ember CLI 3.16 or above
- Node.js 12 and 14 or above

Expand Down
16 changes: 16 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'ember-source': '~4.4.0',
},
},
},
{
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.8.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 06c7e87

Please sign in to comment.