From 7fd4a45fca091d3011eb8410007b8d985a55bb7e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Sep 2023 00:48:18 +0000 Subject: [PATCH] Build/Test Tools: Use the latest PHP version for the coding standards workflow. PHPCS can now be run on the latest PHP version as all known PHP 8.x compatibility issues (in WPCS) have been fixed. Follow-up to [49162], [56695]. Props jrf, desrosj. See #59161. Built from https://develop.svn.wordpress.org/trunk@56696 git-svn-id: http://core.svn.wordpress.org/trunk@56208 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 81f095e860..ed1dc30522 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56695'; +$wp_version = '6.4-alpha-56696'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.