From 4725c28e34e8d60ef77c1a5f5f4fc337f8e06ffa Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 18 Oct 2024 15:20:14 +0000 Subject: [PATCH] Build/Test Tools: Refine `paths` filter for workflows part 2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [59252] made the path filtering a bit too broad for the Test Old Branches workflow. Though `v3` of the reusable PHPUnit workflow is used by some older branches, this version is updated much more frequently because it’s the latest version. To limit the number of times this workflow runs, old branches should only be tested when old versions of the workflow are updated. Follow up to [59252]. See #61564. Built from https://develop.svn.wordpress.org/trunk@59254 git-svn-id: http://core.svn.wordpress.org/trunk@58646 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 96e4306bcc..6aa64cc5f0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta3-59253'; +$wp_version = '6.7-beta3-59254'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.