Skip to content

Commit

Permalink
Drop support for Ember.js below v3.4.0
Browse files Browse the repository at this point in the history
This is not strictly necessary since the addon probably still works fine, but to keep our CI times reasonable we will officially drop support for versions that are not even supported by the Ember team itself anymore.
  • Loading branch information
Turbo87 committed Apr 27, 2019
1 parent 805a025 commit 569c68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": ">=2.0.0"
"ember": ">=3.4.0"
}
}
}

0 comments on commit 569c68c

Please sign in to comment.