Skip to content

Commit

Permalink
Drop support for ember 4.4
Browse files Browse the repository at this point in the history
There is something up with testing and running this version. It's not in
our code and it's not a supported LTS anymore so let's just drop it from
official support. It will almost certainly still work fine, just not
testing against it anymore.
  • Loading branch information
jrjohnson committed Sep 21, 2023
1 parent 0c87ee8 commit 19f30f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-4.4
- ember-lts-4.8
- ember-release
- ember-beta
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Simple charts for ember apps
Compatibility
------------------------------------------------------------------------------

* Ember.js v4.4 or above
* Ember.js v4.8 or above
* Ember CLI v4.4 or above
* Node.js v16 or above

Expand Down

0 comments on commit 19f30f7

Please sign in to comment.