Skip to content

Commit 68f28f8

Browse files
committed
Add LTS Ember 5.4 and 5.8 to see if ember-beta and ember-canary are broken
1 parent 6e56fcc commit 68f28f8

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- ember-lts-4.4
4949
- ember-lts-4.8
5050
- ember-lts-4.12
51+
- ember-lts-5.4
52+
- ember-lts-5.8
5153
- ember-release
5254
- ember-beta
5355
- ember-canary

addon/tests/dummy/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-5.4',
66+
npm: {
67+
devDependencies: {
68+
'ember-source': '~5.4.0',
69+
},
70+
},
71+
},
72+
{
73+
name: 'ember-lts-5.8',
74+
npm: {
75+
devDependencies: {
76+
'ember-source': '~5.8.0',
77+
},
78+
},
79+
},
6480
{
6581
name: 'ember-release',
6682
npm: {

0 commit comments

Comments
 (0)