Skip to content

Commit fa42400

Browse files
committed
Add Ember 4 to CI coverage
1 parent e003590 commit fa42400

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,8 @@ jobs:
148148
ember-lts-3.20,
149149
ember-lts-3.24,
150150
ember-lts-3.28,
151-
ember-release,
152-
ember-beta,
153-
ember-canary,
151+
ember-lts-4.4,
152+
ember-lts-4.8,
154153
ember-3.28-with-jquery,
155154
ember-3.28-classic,
156155
]

config/ember-try.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,22 @@ module.exports = async function () {
6161
},
6262
},
6363
},
64+
{
65+
name: 'ember-lts-4.4',
66+
npm: {
67+
devDependencies: {
68+
'ember-source': '~4.4.0',
69+
},
70+
},
71+
},
72+
{
73+
name: 'ember-lts-4.8',
74+
npm: {
75+
devDependencies: {
76+
'ember-source': '~4.8.0',
77+
},
78+
},
79+
},
6480
{
6581
name: 'ember-release',
6682
npm: {

0 commit comments

Comments
 (0)