Skip to content

Commit

Permalink
Merge pull request #491 from ember-learn/drop-old-ember
Browse files Browse the repository at this point in the history
Drop support for Ember < 3.28
  • Loading branch information
mansona authored Oct 20, 2023
2 parents 13cda7c + 1657ee4 commit d7ba17a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-release
- ember-beta
Expand Down
24 changes: 0 additions & 24 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,6 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
module.exports = async function () {
return {
scenarios: [
{
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.20.5',
},
},
},
{
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.24.3',
},
},
},
{
name: 'ember-lts-3.28',
npm: {
Expand Down

0 comments on commit d7ba17a

Please sign in to comment.