Skip to content

Commit b23e81d

Browse files
Widen test matrix to include ember-source 5.8
Co-Authored-By: Brad Overton <[email protected]>
1 parent 1b9070e commit b23e81d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- ember-lts-4.8
7575
- ember-lts-4.12
7676
- ember-lts-5.4
77+
- ember-lts-5.8
7778
- ember-concurrency-4.0
7879
- ember-release
7980
- ember-beta

tests/test-app/config/ember-try.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ module.exports = async function () {
4141
},
4242
},
4343
},
44+
{
45+
name: 'ember-lts-5.8',
46+
npm: {
47+
devDependencies: {
48+
'ember-source': '~5.8.0',
49+
},
50+
},
51+
},
4452
{
4553
name: 'ember-release',
4654
npm: {

0 commit comments

Comments
 (0)