Build/Test Tools: Add build process test workflow to old branches testing.

Now that 6.5 has been branched, the `test-build-processes.yml` workflow can be added to the list of workflows to run for old branches.

Fixes #59632.
Built from https://develop.svn.wordpress.org/trunk@57783


git-svn-id: http://core.svn.wordpress.org/trunk@57284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-03-06 00:34:12 +00:00
parent d93b49ebce
commit 88d4ac2aec

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-RC1-57778';
$wp_version = '6.6-alpha-57783';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.