From 3ff149e2da2b5ad61dfdf53cf2f6d6c3926c1db4 Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Tue, 12 Nov 2024 07:47:34 +0100 Subject: [PATCH] Add ember-try for 5.12 --- .github/workflows/ci.yml | 1 + test-app/config/ember-try.js | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25eeeeeb..ba1a3904 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,6 +133,7 @@ jobs: - ember-lts-4.12 - ember-lts-5.4 - ember-lts-5.8 + - ember-lts-5.12 - glimmer-component-v1 - ember-release - ember-beta diff --git a/test-app/config/ember-try.js b/test-app/config/ember-try.js index e7af78c5..ecfccadb 100644 --- a/test-app/config/ember-try.js +++ b/test-app/config/ember-try.js @@ -64,6 +64,14 @@ module.exports = async function () { }, }, }, + { + name: 'ember-lts-5.12', + npm: { + devDependencies: { + 'ember-source': '~5.12.0', + }, + }, + }, { name: 'glimmer-component-v1', npm: {