Skip to content

Commit

Permalink
Merge pull request #594 from zonkyio/drop-ember-3.12-lts
Browse files Browse the repository at this point in the history
Drop Ember 3.12 LTS support
  • Loading branch information
bobisjan authored Sep 13, 2020
2 parents 42b62d0 + cd43eda commit 2e6472e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
strategy:
matrix:
ember-try-scenario:
- ember-lts-3.12
- ember-lts-3.16
- ember-lts-3.20
- ember-release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This Ember addon helps you configure and manage the Web App Manifest to create a

## Compatibility

- Ember.js v3.12 or above
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- Node.js v10, v12, v14 or above

Expand Down
8 changes: 0 additions & 8 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ module.exports = function () {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.12',
npm: {
devDependencies: {
'ember-source': '~3.12.0',
},
},
},
{
name: 'ember-lts-3.16',
npm: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ You can view all of Web App's release notes on [our Releases page](https://githu

There were a two breaking changes made in the 5.0 release.

### 1. Drop Ember.js 3.8 LTS support
### 1. Drop Ember.js 3.8 and 3.12 LTS support

Web App supports Ember.js 3.12+ versions.
Web App supports Ember.js 3.16+ versions.

### 2. Drop Node.js 13 support

Expand Down

0 comments on commit 2e6472e

Please sign in to comment.