From 3012d6ea8038ded32f5c2edf6b13a58d34f185e6 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 22 Jan 2025 17:51:31 +0000 Subject: [PATCH] Build/Test Tools: Update `@playwright/test`. This updates `@playwright/test` to the latest version, currently `1.49.1`. In older branches using Playwright, the E2E and Performance workflows have recently started failing. This is due to changes in the GitHub Actions runner images. Updating Playwright ensures more modern dependency trees are used when installing browsers for testing and fixes the issue. Props swissspidy. See #62843. Built from https://develop.svn.wordpress.org/trunk@59682 git-svn-id: http://core.svn.wordpress.org/trunk@59025 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 13d2b24523..499be4797a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59681'; +$wp_version = '6.8-alpha-59682'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.