Skip to content

Commit

Permalink
Drop ember 3.28 scenarios
Browse files Browse the repository at this point in the history
They are no longer working with [email protected]
  • Loading branch information
andreyfel committed Dec 29, 2023
1 parent b760205 commit 0bb2da6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
fail-fast: false
matrix:
ember-try-scenario:
- ember-default-with-jquery
- ember-default-with-mocha
- ember-classic
- embroider-safe
- embroider-safe-with-mocha
- embroider-optimized
Expand Down
32 changes: 0 additions & 32 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,41 +73,9 @@ module.exports = async function () {
},
},
},
{
name: 'ember-default-with-jquery',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'jquery-integration': true,
}),
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': '^3.28.0',
},
},
},
mochaScenario({
name: 'ember-default-with-mocha',
}),
{
name: 'ember-classic',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({
'application-template-wrapper': true,
'default-async-observers': false,
'template-only-glimmer-components': false,
}),
},
npm: {
devDependencies: {
'ember-source': '^3.28.0',
},
ember: {
edition: 'classic',
},
},
},
embroiderSafe(),
embroiderSafe(
mochaScenario({
Expand Down

0 comments on commit 0bb2da6

Please sign in to comment.