Skip to content
Snippets Groups Projects
Commit 7e62cbfa authored by Ted Bowman's avatar Ted Bowman
Browse files

change patch to set to RC

parent c6a3e784
No related branches found
No related tags found
2 merge requests!1061Issue #3441577 plus 3441817-composer-stager-2rc and 3441799-skip-build-tests,!1057Issue #3441577 add property types
diff --git a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php 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 --- a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
+++ b/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 { @@ -32,7 +32,7 @@ class ComposerProjectTemplatesTest extends ComposerBuildTestBase {
/**
* The minimum stability requirement for dependencies.
* *
+ * @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 * @see https://getcomposer.org/doc/04-schema.md#minimum-stability
*/ */
- protected const MINIMUM_STABILITY = 'stable'; - 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. * The order of stability strings from least stable to most stable.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment