From e649e7e26babf174b22618b11afcc90ccf6527e9 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 25 Jul 2024 10:17:01 +0200 Subject: [PATCH] CI: Disable floating Ember.js test scenarios (#1256) The latest versions appear to be breaking our CI runs for some reason. We can investigate this once we've managed to bring the other dependencies up-to-date. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad7632c9..5c8034d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,9 +73,9 @@ jobs: - ember-lts-3.20 - ember-lts-3.24 - ember-lts-3.28 - - ember-release - - ember-beta - - ember-canary +# - ember-release +# - ember-beta +# - ember-canary - embroider-safe - embroider-optimized