From b4fac1593d2ad0cdb633e21d64843ad19d14b9b4 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 16 Apr 2021 17:26:06 +0000 Subject: [PATCH] Build/Test Tools: Make adjustments to how often old branches are tested. This adjusts the workflow responsible for testing old branches to only test old branches once per month. This more closely resembles the testing practices previously in place on TravisCI. The latest, supported branch will continue to be tested twice per month. This also makes adjustments so that the workflow is run whenever changes are made to it. This will help verify changes without having to wait until the next scheduled run. Fixes #52653. Built from https://develop.svn.wordpress.org/trunk@50763 git-svn-id: http://core.svn.wordpress.org/trunk@50372 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 90b34c6670..552148906a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50762'; +$wp_version = '5.8-alpha-50763'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.