From 211388b4b02c7a99c151257a4ecf2710f0bd88ad Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 28 Jun 2024 18:18:17 +0000 Subject: [PATCH] Build/Test Tools: Introduce two additional reusable PHPUnit workflows. The changes associated with #61213 aim to update all branches potentially receiving security updates to use the same workflow files for easier maintenance as much as possible. However, there are times when the logic found in GitHub Action workflow files changes pretty drastically. For PHPUnit testing, there are 2 instances where this occurred: the 5.2 and 5.9 branches. This changeset introduces 2 new reusable PHPUnit workflow files for use the 4.1-5.1 and 5.2-5.9 branches. Including these workflows in `trunk` makes it more clear which version of the workflow file is used by these old branches, and allows Dependabot to open PRs for updating 3rd-party actions within these workflows. Props jorbin. See #61213. Built from https://develop.svn.wordpress.org/trunk@58595 git-svn-id: http://core.svn.wordpress.org/trunk@58041 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 40750d802e..4a13cb836f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58594'; +$wp_version = '6.7-alpha-58595'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.