From 53f25b6015b90521150f0e2a9a33c2f5327e2b1f Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 4 Jun 2024 13:51:13 +0000 Subject: [PATCH] Build/Test Tools: Add an input to allow errors for the PHPUnit workflow. This allows a calling workflow to configure the PHPUnit workflow to `continue-on-error` when one occurs. This is useful for older branches where support for a specific version of PHP was not at 100% within the test suite. Follow up to [58165], [58269], [58270], [58329]. See #61213. Built from https://develop.svn.wordpress.org/trunk@58331 git-svn-id: http://core.svn.wordpress.org/trunk@57787 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 35af0509bc..8100f66f6d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58329'; +$wp_version = '6.6-alpha-58331'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.