Build/Test Tools: Store WordPress.zip for every GitHub Pull Request as a GitHub artifact.

Storing build files enables reusing them in WordPress Playground and ultimately implementing a Pull Request.

Props desrosj, bernhard-reiter
See #59416.


Built from https://develop.svn.wordpress.org/trunk@56958


git-svn-id: http://core.svn.wordpress.org/trunk@56469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
zieladam 2023-10-17 13:42:19 +00:00
parent ceb29562f3
commit 5dc3f83a07

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta4-56957';
$wp_version = '6.4-beta4-56958';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.