From fa47698efb140799bf568c520d1db5facd263784 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 19 May 2021 11:09:18 -0400 Subject: [PATCH] Add ember-source@3.24 LTS to CI configuration. --- .github/workflows/ci.yml | 1 + config/ember-try.js | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a188bf9..d3bd4b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,7 @@ jobs: - ember-3.13 - ember-lts-3.16 - ember-lts-3.20 + - ember-lts-3.24 - ember-release - ember-beta - ember-canary diff --git a/config/ember-try.js b/config/ember-try.js index e827053..3a176e0 100644 --- a/config/ember-try.js +++ b/config/ember-try.js @@ -30,6 +30,14 @@ module.exports = async function () { } } }, + { + name: 'ember-lts-3.24', + npm: { + devDependencies: { + 'ember-source': '~3.24.0' + } + } + }, { name: 'ember-release', npm: {