Post WordPress 6.8 Beta 3 version bump.
Some checks failed
Cleanup Pull Requests / Clean up pull requests (push) Waiting to run
Coding Standards / PHP coding standards (push) Waiting to run
Coding Standards / JavaScript coding standards (push) Waiting to run
Coding Standards / Slack Notifications (push) Blocked by required conditions
Coding Standards / Failed workflow tasks (push) Blocked by required conditions
End-to-end Tests / Test with SCRIPT_DEBUG disabled (push) Waiting to run
End-to-end Tests / Test with SCRIPT_DEBUG enabled (push) Waiting to run
End-to-end Tests / Slack Notifications (push) Blocked by required conditions
End-to-end Tests / Failed workflow tasks (push) Blocked by required conditions
JavaScript Tests / QUnit Tests (push) Waiting to run
JavaScript Tests / Slack Notifications (push) Blocked by required conditions
JavaScript Tests / Failed workflow tasks (push) Blocked by required conditions
Performance Tests / Determine Matrix (push) Waiting to run
Performance Tests / ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }} (push) Blocked by required conditions
Performance Tests / Compare (push) Blocked by required conditions
Performance Tests / Slack Notifications (push) Blocked by required conditions
Performance Tests / Failed workflow tasks (push) Blocked by required conditions
PHP Compatibility / Check PHP compatibility (push) Waiting to run
PHP Compatibility / Slack Notifications (push) Blocked by required conditions
PHP Compatibility / Failed workflow tasks (push) Blocked by required conditions
PHPUnit Tests / PHP 7.2 (push) Waiting to run
PHPUnit Tests / PHP 7.3 (push) Waiting to run
PHPUnit Tests / PHP 7.4 (push) Waiting to run
PHPUnit Tests / PHP 8.0 (push) Waiting to run
PHPUnit Tests / PHP 8.1 (push) Waiting to run
PHPUnit Tests / PHP 8.2 (push) Waiting to run
PHPUnit Tests / PHP 8.3 (push) Waiting to run
PHPUnit Tests / PHP 8.4 (push) Waiting to run
PHPUnit Tests / html-api-html5lib-tests (push) Waiting to run
PHPUnit Tests / Slack Notifications (push) Blocked by required conditions
PHPUnit Tests / Failed workflow tasks (push) Blocked by required conditions
Test Default Themes & Create ZIPs / twentyeleven empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentyfifteen empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentyfourteen empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentynineteen empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentyseventeen empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentysixteen empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentyten empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentythirteen empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentytwelve empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentytwenty empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentytwentyfive empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentytwentyfour empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentytwentyone empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentytwentythree empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / twentytwentytwo empty file check (push) Waiting to run
Test Default Themes & Create ZIPs / Test twentynineteen build script (push) Waiting to run
Test Default Themes & Create ZIPs / Test twentytwenty build script (push) Waiting to run
Test Default Themes & Create ZIPs / Test twentytwentyone build script (push) Waiting to run
Test Default Themes & Create ZIPs / Create twentyeleven ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentyfifteen ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentyfourteen ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentynineteen ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentyseventeen ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentysixteen ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentyten ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentythirteen ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentytwelve ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentytwenty ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentytwentyfive ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentytwentyfour ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentytwentyone ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentytwentythree ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Create twentytwentytwo ZIP file (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Slack Notifications (push) Blocked by required conditions
Test Default Themes & Create ZIPs / Failed workflow tasks (push) Blocked by required conditions
Test Build Processes / Core running from build (push) Waiting to run
Test Build Processes / Core running from src (push) Waiting to run
Test Build Processes / Gutenberg running from build (push) Waiting to run
Test Build Processes / Gutenberg running from src (push) Waiting to run
Test Build Processes / Slack Notifications (push) Blocked by required conditions
Test Build Processes / Failed workflow tasks (push) Blocked by required conditions
Upgrade Develop Version Tests / Build (push) Waiting to run
Upgrade Develop Version Tests / Upgrade from 4.9 (push) Blocked by required conditions
Upgrade Develop Version Tests / Upgrade from 6.5 (push) Blocked by required conditions
Upgrade Develop Version Tests / Upgrade from 6.6 (push) Blocked by required conditions
Upgrade Develop Version Tests / Upgrade from 6.7 (push) Blocked by required conditions
Upgrade Develop Version Tests / Slack Notifications (push) Blocked by required conditions
Upgrade Develop Version Tests / Failed workflow tasks (push) Blocked by required conditions
Local Docker Environment / Build Test Matrix (push) Has been cancelled
Local Docker Environment / PHP ${{ matrix.php }} (push) Has been cancelled
Local Docker Environment / Slack Notifications (push) Has been cancelled
Local Docker Environment / Failed workflow tasks (push) Has been cancelled

git-svn-id: https://develop.svn.wordpress.org/trunk@60042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2025-03-18 15:27:48 +00:00
parent 8a050ea8d7
commit d03e05c078

View File

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