From b82e57f204829221381e2e450472b3b2f62d61cf Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 21 Sep 2022 14:28:14 +0000 Subject: [PATCH] Build/Test Tools: Temporarily allow the NPM testing workflow to fail. This changes the Test NPM GitHub Action workflow to temporarily allow the job validating build tools on Windows to fail. When the `build:dev` Grunt task is run on Windows, the resulting hashes calculated by Webpack are different than other platforms. This seems to be related to how the `remove-accents` dependency is read and processed during the build script. Since a Windows machine is not used to build WordPress on the build server, this will only affect local development installs for Windows contributors. While this is investigated, this workflow job can be allowed to fail. Props bernhard-reiter, desrosj, Clorith, gziolo. See #56615. Built from https://develop.svn.wordpress.org/trunk@54277 git-svn-id: http://core.svn.wordpress.org/trunk@53836 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 5d6f170d24..518476d2bf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54276'; +$wp_version = '6.1-alpha-54277'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.