From dc0b2e866323f5d6b24c6492e2567400cdc6c2e7 Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Tue, 15 Nov 2022 15:51:33 +0100 Subject: [PATCH] Fix try scenarios --- .github/workflows/ci.yml | 1 + test-app/config/ember-try.js | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ee371f8..9cd03ad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: fail-fast: false matrix: try-scenario: + - ember-lts-3.24 - ember-lts-3.28 - ember-lts-4.4 - ember-release diff --git a/test-app/config/ember-try.js b/test-app/config/ember-try.js index ac7c504c..7aef2def 100644 --- a/test-app/config/ember-try.js +++ b/test-app/config/ember-try.js @@ -15,6 +15,22 @@ module.exports = async function () { }, }, }, + { + name: 'ember-lts-3.28', + npm: { + devDependencies: { + 'ember-source': '~3.28.0', + }, + }, + }, + { + name: 'ember-lts-4.4', + npm: { + devDependencies: { + 'ember-source': '~4.4.0', + }, + }, + }, { name: 'ember-release', npm: {