Skip to content

Commit ea0690a

Browse files
committed
drop support for ember 3.28
1 parent 203d668 commit ea0690a

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
fail-fast: true
6666
matrix:
6767
try-scenario:
68-
- ember-lts-3.28
6968
- ember-lts-4.4
7069
- ember-lts-4.8
7170
- ember-lts-4.12
@@ -74,7 +73,6 @@ jobs:
7473
#- ember-release
7574
#- ember-beta
7675
#- ember-canary
77-
- ember-classic
7876
#- embroider-safe
7977
#- embroider-optimized
8078

config/ember-try.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ module.exports = async function () {
77
return {
88
useYarn: true,
99
scenarios: [
10-
{
11-
name: 'ember-lts-3.28',
12-
npm: {
13-
devDependencies: {
14-
'ember-source': '~3.28.0',
15-
},
16-
},
17-
},
1810
{
1911
name: 'ember-lts-4.4',
2012
npm: {
@@ -79,24 +71,6 @@ module.exports = async function () {
7971
},
8072
},
8173
},
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-
},
10074
embroiderSafe(),
10175
embroiderOptimized(),
10276
],

0 commit comments

Comments
 (0)