From 91d8b308245a99571911aefad51b1a6fca85ba2a Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 15 Oct 2020 19:42:09 +0000 Subject: [PATCH] Build/Test Tools: Introduce GitHub Action workflows. This change introduces 6 different workflows accounting for all of the testing and analysis currently performed in Travis CI & Appveyor: - Checking PHP & JS coding standards are followed - Running the end-to-end test suite. - Running QUnit tests on JavaScript files. - Scanning for PHP compatibility issues with supported version. - Running the PHPUnit test suite. - Verifying NPM related tasks do not cause errors on Windows. Additionally, a seventh workflow is included that will leave a "welcome" comment when a contributor opens their first pull request to the `wordpress-develop` mirror. These workflows are currently in an experimental phase. For that reason, Travis CI and Appveyor will continue to run until all of the bugs can be worked out. Props ayeshrajans, helen, ocean90, desrosj. See #50401. Built from https://develop.svn.wordpress.org/trunk@49162 git-svn-id: http://core.svn.wordpress.org/trunk@48924 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 b0560c4a79..71c524978d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49160'; +$wp_version = '5.6-alpha-49162'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.