From 2af9d4751a69936ef3d9dc1e77fd24f788257993 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 3 Mar 2021 19:52:05 +0000 Subject: [PATCH] Build/Test Tools: Generalize the NPM test workflow. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The NPM test GitHub Actions workflow is currently used to verify that `npm install` and `npm run build` will complete successfully on Windows. This generalizes the workflow and adds testing for Linux and MacOS to confirm that the scripts used to build WordPress also complete successfully in those environments. Because MacOS workflow runs consume GHA minutes at a 10x rate, it’s added in a separate job in order to perform a more strict check. This also adds steps to verify that using `npm run build:dev` and `npm run grunt clean`/`npm run grunt clean —dev` run successfully Props johnbillion. Fixes #52658. Built from https://develop.svn.wordpress.org/trunk@50485 git-svn-id: http://core.svn.wordpress.org/trunk@50098 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 daf43a4e04..a2cf255303 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50484'; +$wp_version = '5.8-alpha-50485'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.