Skip to content

Commit 2b37d81

Browse files
mixoniclolmaus
authored andcommitted
Add an explicit 5.4 LTS entry to CI
1 parent a95e0ba commit 2b37d81

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
ember-lts-4.4,
6767
ember-lts-4.8,
6868
ember-lts-4.12,
69+
ember-lts-5.4,
6970
ember-release,
7071
ember-beta,
7172
ember-canary,

tests/dummy/config/ember-try.js

+8
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ module.exports = async function () {
4747
},
4848
},
4949
},
50+
{
51+
name: 'ember-lts-5.4',
52+
npm: {
53+
devDependencies: {
54+
'ember-source': '~5.4.0',
55+
},
56+
},
57+
},
5058
{
5159
name: 'ember-release',
5260
npm: {

0 commit comments

Comments
 (0)