From 7b6d85e4ac9bc9208d7eb716746861865892687c Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 17 Dec 2024 16:40:22 +0000 Subject: [PATCH] Build/Test Tools: Regularly run the `html-api-html5lib-tests`. In [58010], the external test suite from `html5lib` was imported to validate the tree-construction steps in the HTML Processor to ensure that they are behaving according to the HTML specification. The test group was excluded by default because there are a high number of skipped tests. The number of skipped tests has come down, but the group does not need to be run on every job. This introduces a new job in the PHPUnit workflow for regularly running these tests on their own using the changes in [59251[. Props desrosj, jonsurrell, jorbin, dmsnell, costdev, chaion07, engahmeds3ed. Fixes #61209. Built from https://develop.svn.wordpress.org/trunk@59528 git-svn-id: http://core.svn.wordpress.org/trunk@58914 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 ad17ced5a2..3ded9c2a4d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59527'; +$wp_version = '6.8-alpha-59528'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.