File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 65
65
fail-fast : true
66
66
matrix :
67
67
try-scenario :
68
- - ember-lts-3.28
69
68
- ember-lts-4.4
70
69
- ember-lts-4.8
71
70
- ember-lts-4.12
74
73
# - ember-release
75
74
# - ember-beta
76
75
# - ember-canary
77
- - ember-classic
78
76
# - embroider-safe
79
77
# - embroider-optimized
80
78
Original file line number Diff line number Diff line change @@ -7,14 +7,6 @@ module.exports = async function () {
7
7
return {
8
8
useYarn : true ,
9
9
scenarios : [
10
- {
11
- name : 'ember-lts-3.28' ,
12
- npm : {
13
- devDependencies : {
14
- 'ember-source' : '~3.28.0' ,
15
- } ,
16
- } ,
17
- } ,
18
10
{
19
11
name : 'ember-lts-4.4' ,
20
12
npm : {
@@ -79,24 +71,6 @@ module.exports = async function () {
79
71
} ,
80
72
} ,
81
73
} ,
82
- {
83
- name : 'ember-classic' ,
84
- env : {
85
- EMBER_OPTIONAL_FEATURES : JSON . stringify ( {
86
- 'application-template-wrapper' : true ,
87
- 'default-async-observers' : false ,
88
- 'template-only-glimmer-components' : false ,
89
- } ) ,
90
- } ,
91
- npm : {
92
- devDependencies : {
93
- 'ember-source' : '~3.28.0' ,
94
- } ,
95
- ember : {
96
- edition : 'classic' ,
97
- } ,
98
- } ,
99
- } ,
100
74
embroiderSafe ( ) ,
101
75
embroiderOptimized ( ) ,
102
76
] ,
You can’t perform that action at this time.
0 commit comments