Skip to content

Commit 0bb2da6

Browse files
author
Andrey Fel
committed
Drop ember 3.28 scenarios
They are no longer working with [email protected]
1 parent b760205 commit 0bb2da6

2 files changed

Lines changed: 0 additions & 34 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
ember-try-scenario:
47-
- ember-default-with-jquery
4847
- ember-default-with-mocha
49-
- ember-classic
5048
- embroider-safe
5149
- embroider-safe-with-mocha
5250
- embroider-optimized

tests/dummy/config/ember-try.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -73,41 +73,9 @@ module.exports = async function () {
7373
},
7474
},
7575
},
76-
{
77-
name: 'ember-default-with-jquery',
78-
env: {
79-
EMBER_OPTIONAL_FEATURES: JSON.stringify({
80-
'jquery-integration': true,
81-
}),
82-
},
83-
npm: {
84-
devDependencies: {
85-
'@ember/jquery': '^0.5.1',
86-
'ember-source': '^3.28.0',
87-
},
88-
},
89-
},
9076
mochaScenario({
9177
name: 'ember-default-with-mocha',
9278
}),
93-
{
94-
name: 'ember-classic',
95-
env: {
96-
EMBER_OPTIONAL_FEATURES: JSON.stringify({
97-
'application-template-wrapper': true,
98-
'default-async-observers': false,
99-
'template-only-glimmer-components': false,
100-
}),
101-
},
102-
npm: {
103-
devDependencies: {
104-
'ember-source': '^3.28.0',
105-
},
106-
ember: {
107-
edition: 'classic',
108-
},
109-
},
110-
},
11179
embroiderSafe(),
11280
embroiderSafe(
11381
mochaScenario({

0 commit comments

Comments
 (0)