From 19f30f749942d42e9dc9b3487a7d52091ce42b40 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Wed, 20 Sep 2023 23:08:41 -0700 Subject: [PATCH] Drop support for ember 4.4 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. --- .github/workflows/ci.yaml | 1 - packages/ember-simple-charts/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 632dc631..c3c6b6a0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,6 @@ jobs: fail-fast: false matrix: try-scenario: - - ember-lts-4.4 - ember-lts-4.8 - ember-release - ember-beta diff --git a/packages/ember-simple-charts/README.md b/packages/ember-simple-charts/README.md index 8e0b9416..7f0bc362 100644 --- a/packages/ember-simple-charts/README.md +++ b/packages/ember-simple-charts/README.md @@ -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