From 61b026c27f60df49fbccd7bdf507bcc1e9deb510 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 5 Dec 2024 18:34:19 +0000 Subject: [PATCH] Build/Test Tools: Introduce workflow for testing the local Docker environment. While the PHPUnit workflow currently relies on the local Docker environment and provides some safety checks that the environment works as expected, this may not always be true and does not test all of the available commands related to the environment. This introduces a basic workflow for testing the related scripts for the various supported combinations of PHP and database software with the environment to confirm everything is working as expected. Ideally this would also be run on Windows and MacOS to catch platform specific bugs. Unfortunately, Docker is not supported within the GitHub Action runner images, so not all bugs will be caught by this workflow. Props johnbillion, Clorith. See #62221. Built from https://develop.svn.wordpress.org/trunk@59492 git-svn-id: http://core.svn.wordpress.org/trunk@58878 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 266602e5d3..ac53f8e809 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59491'; +$wp_version = '6.8-alpha-59492'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.