Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Commits
7e62cbfa
Commit
7e62cbfa
authored
11 months ago
by
Ted Bowman
Browse files
Options
Downloads
Patches
Plain Diff
change patch to set to RC
parent
c6a3e784
No related branches found
No related tags found
2 merge requests
!1061
Issue #3441577 plus 3441817-composer-stager-2rc and 3441799-skip-build-tests
,
!1057
Issue #3441577 add property types
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/core-patches/3331078-allow-rc.patch
+3
-8
3 additions, 8 deletions
scripts/core-patches/3331078-allow-rc.patch
with
3 additions
and
8 deletions
scripts/core-patches/3331078-allow-
beta
.patch
→
scripts/core-patches/3331078-allow-
rc
.patch
+
3
−
8
View file @
7e62cbfa
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
2
3d
0
db
bf68..9fb7fd7804
100644
index
cfbd46
3ddb
..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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment