Build/Test Tools: 6.8 post-branching updates.

This makes some post-branching changes to the 6.8 branch:
- Pins the most newest supported version of PHP for the local Docker environment
- Switches to using remote references for GitHub Action workflows
- Removes GitHub Action workflow files that will never run from this branch.

See #63164.
Built from https://develop.svn.wordpress.org/branches/6.8@60092


git-svn-id: http://core.svn.wordpress.org/branches/6.8@59428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2025-03-25 16:41:13 +00:00
parent 395fdd55c8
commit 342ecc0d33

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-RC1-60090';
$wp_version = '6.8-RC1-60092';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.