From 2b37d81cb304160d071522cb1a67beab9e2eb176 Mon Sep 17 00:00:00 2001 From: Matthew Beale Date: Sun, 24 Dec 2023 09:11:12 -0500 Subject: [PATCH] Add an explicit 5.4 LTS entry to CI --- .github/workflows/ci.yml | 1 + tests/dummy/config/ember-try.js | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 150f781..98209b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: ember-lts-4.4, ember-lts-4.8, ember-lts-4.12, + ember-lts-5.4, ember-release, ember-beta, ember-canary, diff --git a/tests/dummy/config/ember-try.js b/tests/dummy/config/ember-try.js index 9c64151..726f53d 100644 --- a/tests/dummy/config/ember-try.js +++ b/tests/dummy/config/ember-try.js @@ -47,6 +47,14 @@ module.exports = async function () { }, }, }, + { + name: 'ember-lts-5.4', + npm: { + devDependencies: { + 'ember-source': '~5.4.0', + }, + }, + }, { name: 'ember-release', npm: {