From f15654e0d4992ed4e412f2f2204382cbeb2d6a6c Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 26 Sep 2022 19:17:09 +0000 Subject: [PATCH] Build/Test Tools: Remove unnecessary `--no-interaction` option from Composer commands. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As of version `2.17.0` of the `shivammathur/setup-php` action, the `COMPOSER_NO_INTERACTION` environment variable is configured by default. `—-no-interaction` will always be used. Props jrf, hellofromTonya, SergeyBiryukov, costdev, desrosj. Fixes #54695. Built from https://develop.svn.wordpress.org/trunk@54313 git-svn-id: http://core.svn.wordpress.org/trunk@53872 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7ce40826bb..931daf3743 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta1-54312'; +$wp_version = '6.1-beta1-54313'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.