Skip to content

Commit 2ff61ce

Browse files
NullVoxPopuli-ai-agentNullVoxPopuliclaude
authored
Replace ember-lts-6.4 and ember-lts-6.8 scenarios with ember-lts-6.12 (#559)
6.12 is the current LTS that matches the ember-source version used by the test-app. 6.4 and 6.8 are older LTS versions that are no longer necessary to test against. Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b765f20 commit 2ff61ce

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
- ember-lts-3.28
6363
- ember-lts-4.12
6464
- ember-lts-5.12
65-
- ember-lts-6.4
66-
- ember-lts-6.8
65+
- ember-lts-6.12
6766
- ember-release
6867
- ember-beta
6968
- ember-canary

test-app/config/ember-try.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,10 @@ module.exports = async function () {
4040
},
4141
},
4242
{
43-
name: 'ember-lts-6.4',
43+
name: 'ember-lts-6.12',
4444
npm: {
4545
devDependencies: {
46-
'ember-source': '~6.4.0',
47-
},
48-
},
49-
},
50-
{
51-
name: 'ember-lts-6.8',
52-
npm: {
53-
devDependencies: {
54-
'ember-source': '~6.8.0',
46+
'ember-source': '~6.12.0',
5547
},
5648
},
5749
},

0 commit comments

Comments
 (0)