From 7e62cbfaa827d137e23d8b5db3a4bf2b534dc4a0 Mon Sep 17 00:00:00 2001
From: Ted Bowman <ted+git@tedbow.com>
Date: Fri, 19 Apr 2024 07:49:45 -0400
Subject: [PATCH] change patch to set to RC

---
 ...331078-allow-beta.patch => 3331078-allow-rc.patch} | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
 rename scripts/core-patches/{3331078-allow-beta.patch => 3331078-allow-rc.patch} (59%)

diff --git a/scripts/core-patches/3331078-allow-beta.patch b/scripts/core-patches/3331078-allow-rc.patch
similarity index 59%
rename from scripts/core-patches/3331078-allow-beta.patch
rename to scripts/core-patches/3331078-allow-rc.patch
index 8be38d16af..673a209eda 100644
--- a/scripts/core-patches/3331078-allow-beta.patch
+++ b/scripts/core-patches/3331078-allow-rc.patch
@@ -1,18 +1,13 @@
 diff --git a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
-index 23d0dbbf68..9fb7fd7804 100644
+index cfbd463ddb..945951f55b 100644
 --- a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
 +++ b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
-@@ -30,9 +30,12 @@ class ComposerProjectTemplatesTest extends ComposerBuildTestBase {
-   /**
-    * The minimum stability requirement for dependencies.
+@@ -32,7 +32,7 @@ class ComposerProjectTemplatesTest extends ComposerBuildTestBase {
     *
-+   * @todo Temporarily changing to 'beta' to allow php-tuf/composer-stager
-+   *   dependency. This will be done in https://drupal.org/i/3331078.
-+   *
     * @see https://getcomposer.org/doc/04-schema.md#minimum-stability
     */
 -  protected const MINIMUM_STABILITY = 'stable';
-+  protected const MINIMUM_STABILITY = 'beta';
++  protected const MINIMUM_STABILITY = 'RC';
  
    /**
     * The order of stability strings from least stable to most stable.
-- 
GitLab