Skip to content

Commit

Permalink
Drop support for Ember 3.19 and below (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored Dec 10, 2021
1 parent 1e12910 commit d27639a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
- embroider-optimized-with-mocha
- ember-lts-3.24
- ember-lts-3.20
- ember-lts-3.16
- ember-lts-3.12
# temporarily disabled until we've fixed support for Ember.js v4
# - ember-release
# - ember-beta
Expand Down
16 changes: 0 additions & 16 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,6 @@ module.exports = async function () {
command,
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.12',
npm: {
devDependencies: {
'ember-source': '~3.12.0',
},
},
},
{
name: 'ember-lts-3.16',
npm: {
devDependencies: {
'ember-source': '~3.16.0',
},
},
},
{
name: 'ember-lts-3.20',
npm: {
Expand Down

0 comments on commit d27639a

Please sign in to comment.