Skip to content

Commit

Permalink
Drop support for Ember < 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Aug 26, 2022
1 parent f90107b commit 986eb89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,12 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-4.0
- ember-release
- ember-beta
- ember-canary
- ember-classic
- embroider-safe
# - embroider-safe
# - embroider-optimized

steps:
Expand Down
42 changes: 0 additions & 42 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,6 @@ module.exports = async function () {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.20.0',
},
},
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
},
},
},
{
name: 'ember-lts-3.28',
npm: {
Expand Down Expand Up @@ -71,24 +47,6 @@ module.exports = async function () {
},
},
},
{
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(),
embroiderOptimized(),
],
Expand Down

0 comments on commit 986eb89

Please sign in to comment.