From ade622ffa43bc18e246ad54cd24a4cd4c47ebb0d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 29 Jun 2023 23:03:22 +0000 Subject: [PATCH] Build/Test Tools: Run E2E tests with and without `SCRIPT_DEBUG` enabled. This adds a matrix to the e2e test runs on GitHub Actions so the tests run both with and without `SCRIPT_DEBUG` enabled. This allows us to catch scenarios where the minified and non-minified files may differ. Props Clorith, joemcgill Fixes #58661 Built from https://develop.svn.wordpress.org/trunk@56113 git-svn-id: http://core.svn.wordpress.org/trunk@55625 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 2287c16eec..005c116db1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta2-56112'; +$wp_version = '6.3-beta2-56113'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.