We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e8ecc commit eb41705Copy full SHA for eb41705
.github/workflows/ci.yml
@@ -52,7 +52,6 @@ jobs:
52
fail-fast: false
53
matrix:
54
try-scenario:
55
- - ember-lts-3.24
56
- ember-lts-3.28
57
- ember-lts-4.4
58
- ember-lts-4.8
test-app/config/ember-try.js
@@ -7,22 +7,6 @@ module.exports = async function () {
7
return {
8
usePnpm: true,
9
scenarios: [
10
- {
11
- name: 'ember-lts-3.24',
12
- npm: {
13
- devDependencies: {
14
- 'ember-resolver': '^8.0.0',
15
- 'ember-source': '~3.24.3',
16
- 'ember-cli': '^4.0.0',
17
- 'ember-qunit': '^5.0.0',
18
- '@ember/test-helpers': '^2.1.0',
19
- 'ember-cli-htmlbars': '^5.0.0',
20
- '@embroider/core': null,
21
- '@embroider/compat': null,
22
- '@embroider/webpack': null,
23
- },
24
25
26
{
27
name: 'ember-lts-3.28',
28
npm: {
0 commit comments