WordPress/wp-includes
desrosj 4efa589165 Build/Test Tools: Trim down the upgrade testing matrix.
The upgrade testing workflow is currently at ~978 jobs spawned from the strategy matrix. While it's great to test all possible combinations, GitHub's UI cannot keep up with tracking that number of jobs, often taking 30-45 minutes to accurately report the outcome even though the jobs themselves all complete in under 5 minutes.

This is 2x the total number of concurrent jobs allowed for the entire organization (which creates a backlog and slows everything down even more).

This trims down the number of combinations included in the testing matrices to be a bit more thoughtful following the following methodology:

- The last two releases of WordPress are tested against all PHP and MySQL LTS version combinations and the most recent innovation release.
- The next 6 oldest versions of WordPress are tested against both the oldest and newest releases of PHP currently supported for both PHP 7 & 8 along with the oldest and newest MySQL LTS versions currently supported (no innovation releases).
- For the remaining versions of WordPress receiving security updates, they are only included if the database version was different that the previous major release.
- The oldest version of WordPress receiving security updates should always be tested against the same full list of combinations as the last two releases.

When choosing which MySQL versions to test against:

- Only the most recent innovation release should be included in testing.
- Even though MySQL >= 5.5.5 is currently supported, there are no 5.5.x Docker containers available that work on modern architectures.
- 5.6.x Docker containers are available and work, but 5.6 only accounts for ~2.3% of installs as of 12/6/2024.defaults:
- 5.7.x accounts for ~20% of installs, so this is used below instead.

With these changes, the total number of jobs is reduced by ~58%.

Props johnbillion, mukesh27.
See #62221.
Built from https://develop.svn.wordpress.org/trunk@59508


git-svn-id: http://core.svn.wordpress.org/trunk@58894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-12-13 15:34:14 +00:00
..
ID3
IXR Code Modernization: Remove xml_set_object() in IXR_Message::parse(). 2024-09-18 18:04:14 +00:00
PHPMailer External Libraries: Upgrade PHPMailer to version 6.9.3. 2024-12-03 15:22:18 +00:00
Requests
SimplePie External Libraries: Correct the case for `wp-includes/SimplePie/src/Gzdecode.php`. 2024-09-30 23:27:19 +00:00
Text Code Modernization: Fix trigger_error() with E_USER_ERROR deprecation in Text_Diff_Op::reverse(). 2024-09-27 18:19:17 +00:00
assets Editor: update npm packages in trunk for 6.7.1. 2024-11-20 16:20:31 +00:00
block-bindings
block-patterns Editor: Deprecate "Social links with a shared background color" pattern. 2024-09-13 05:37:16 +00:00
block-supports Block Styles: Ensure unique classname generation for variations 2024-08-29 05:41:10 +00:00
blocks Editor: Update packages for 6.7 RC 4 2024-11-07 15:16:24 +00:00
certificates
css Editor: Warn about empty templates on the frontend for logged in users. 2024-11-22 10:57:19 +00:00
customize Administration: A11y: Fix accordion accessibility. 2024-10-13 19:09:12 +00:00
fonts Editor: Load all style variation fonts within the editors. 2024-10-20 23:25:16 +00:00
html-api HTML API: Remove nullable from get_breadcrumbs return type 2024-12-10 11:41:16 +00:00
images
interactivity-api Interactivity API: Support length property on strings and arrays on the server 2024-12-02 08:10:17 +00:00
js Editor: update npm packages in trunk for 6.7.1. 2024-11-20 16:20:31 +00:00
l10n I18N: Add a new way to determine whether a translation is available. 2024-09-17 20:58:15 +00:00
php-compat
pomo
rest-api REST API: Correct description for the `humanized_updated` block directory property. 2024-12-09 22:45:19 +00:00
sitemaps Coding Standards: Cast `wp_count_terms()` result to `int` before using in `ceil()`. 2024-11-26 21:17:25 +00:00
sodium_compat
style-engine Editor: Avoid unnecessary array_merge in WP_Style_Engine::parse_block_styles(). 2024-11-20 21:29:22 +00:00
theme-compat
widgets General: Remove `noopener` from links opening in a new tab. 2024-09-30 05:19:16 +00:00
admin-bar.php Toolbar: Allow the Learn WordPress link to be localized. 2024-11-19 22:18:21 +00:00
atomlib.php Code Modernization: Remove xml_set_object() in AtomParser::parse(). 2024-09-18 21:20:15 +00:00
author-template.php
block-bindings.php
block-editor.php Editor: Load all style variation fonts within the editors. 2024-10-20 23:25:16 +00:00
block-i18n.json
block-patterns.php Editor: Add description for Banners block pattern category. 2024-11-29 22:46:21 +00:00
block-template-utils.php General: Expand use of `wp_get_wp_version()`. 2024-10-03 00:25:15 +00:00
block-template.php Editor: Warn about empty templates on the frontend for logged in users. 2024-11-22 10:57:19 +00:00
blocks.php Block Hooks: Fix context in `update_ignored_hooked_blocks_postmeta`. 2024-12-04 12:07:17 +00:00
bookmark-template.php Date/Time, PHP Compat: Prevent type errors using GMT offset option. 2024-09-18 22:37:15 +00:00
bookmark.php
cache-compat.php
cache.php
canonical.php
capabilities.php Block Bindings: Fix panel not appearing in custom post types. 2024-10-15 14:13:19 +00:00
category-template.php
category.php
class-IXR.php
class-avif-info.php
class-feed.php External Libraries: Update the SimplePie library to version 1.8.0. 2024-09-30 22:50:19 +00:00
class-http.php
class-json.php
class-oembed.php
class-phpass.php External Libraries: Update PHPass library. 2024-09-17 21:08:16 +00:00
class-phpmailer.php
class-pop3.php Docs: Adjust comments about `set_time_limit()` per the documentation standards. 2024-10-25 20:26:20 +00:00
class-requests.php
class-simplepie.php External Libraries: Update the SimplePie library to version 1.8.0. 2024-09-30 22:50:19 +00:00
class-smtp.php
class-snoopy.php
class-walker-category-dropdown.php
class-walker-category.php
class-walker-comment.php
class-walker-nav-menu.php Menus: Remove redundant `title` attributes. 2024-10-05 22:31:09 +00:00
class-walker-page-dropdown.php
class-walker-page.php
class-wp-admin-bar.php
class-wp-ajax-response.php
class-wp-application-passwords.php App Passwords: Don't prevent non-unique App Password names. 2024-09-24 16:40:17 +00:00
class-wp-block-bindings-registry.php Block Bindings: Adds context needed by sources during its processing 2024-09-23 12:35:15 +00:00
class-wp-block-bindings-source.php Block bindings: Adds a filter to customize the output of a block bindings source. 2024-09-03 16:33:15 +00:00
class-wp-block-editor-context.php
class-wp-block-list.php
class-wp-block-metadata-registry.php Editor: Allow registering PHP manifest file for block metadata collections for enhanced performance. 2024-09-30 17:08:26 +00:00
class-wp-block-parser-block.php
class-wp-block-parser-frame.php Editor: Update packages for 6.7 Beta 1. 2024-09-20 01:55:35 +00:00
class-wp-block-parser.php
class-wp-block-pattern-categories-registry.php
class-wp-block-patterns-registry.php Block Hooks: `apply_block_hooks_to_content` in Patterns, Templates. 2024-09-27 09:20:18 +00:00
class-wp-block-styles-registry.php
class-wp-block-supports.php Editor: Default attribute value not used with `get_block_wrapper_attributes` 2024-09-26 12:47:16 +00:00
class-wp-block-template.php Editor: Add plugin template registration API and improve theme overrides for plugin-registered templates 2024-09-20 02:07:12 +00:00
class-wp-block-templates-registry.php Editor: Add plugin template registration API and improve theme overrides for plugin-registered templates 2024-09-20 02:07:12 +00:00
class-wp-block-type-registry.php
class-wp-block-type.php
class-wp-block.php Editor: Correct the number of arguments for `WP_HTML_Tag_Processor::get_tag()`. 2024-11-06 12:05:15 +00:00
class-wp-classic-to-block-menu-converter.php
class-wp-comment-query.php
class-wp-comment.php Coding Standards: Explicitly return `false` in magic `__isset()` methods. 2024-11-03 23:03:19 +00:00
class-wp-customize-control.php Docs: Fix typo in a comment in `WP_Customize_Control::render_control()`. 2024-10-07 17:48:20 +00:00
class-wp-customize-manager.php Editor: Respect `show_avatars` option in block editor and Customizer. 2024-09-22 22:50:18 +00:00
class-wp-customize-nav-menus.php Administration: A11y: Fix accordion accessibility. 2024-10-13 19:09:12 +00:00
class-wp-customize-panel.php Administration: A11y: Fix accordion accessibility. 2024-10-13 19:09:12 +00:00
class-wp-customize-section.php Administration: A11y: Fix accordion accessibility. 2024-10-13 19:09:12 +00:00
class-wp-customize-setting.php
class-wp-customize-widgets.php Editor: Bootstrap block binding sources with inline script from server 2024-10-15 08:52:17 +00:00
class-wp-date-query.php Coding Standards: Cast `gmdate( 'Z' )` to an integer before addition. 2024-11-27 11:40:18 +00:00
class-wp-dependencies.php
class-wp-dependency.php
class-wp-duotone.php
class-wp-editor.php Editor: A11y: Fix tab order, state, and focus in classic editor. 2024-10-07 16:57:16 +00:00
class-wp-embed.php
class-wp-error.php
class-wp-exception.php Code Modernization: Fix trigger_error() with E_USER_ERROR deprecation in wp_trigger_error(). 2024-09-27 19:28:14 +00:00
class-wp-fatal-error-handler.php Site Health: Add a link to support forums in the message displayed for a critical error. 2024-10-22 10:16:16 +00:00
class-wp-feed-cache-transient.php External Libraries: Update the SimplePie library to version 1.8.0. 2024-09-30 22:50:19 +00:00
class-wp-feed-cache.php External Libraries: Update the SimplePie library to version 1.8.0. 2024-09-30 22:50:19 +00:00
class-wp-hook.php
class-wp-http-cookie.php
class-wp-http-curl.php
class-wp-http-encoding.php
class-wp-http-ixr-client.php
class-wp-http-proxy.php
class-wp-http-requests-hooks.php
class-wp-http-requests-response.php
class-wp-http-response.php
class-wp-http-streams.php
class-wp-http.php Docs: Various docblock improvements and corrections. 2024-09-11 12:08:19 +00:00
class-wp-image-editor-gd.php Media: improve filter to enable setting output quality by image size. 2024-11-29 23:48:15 +00:00
class-wp-image-editor-imagick.php Media: improve filter to enable setting output quality by image size. 2024-11-29 23:48:15 +00:00
class-wp-image-editor.php Media: improve filter to enable setting output quality by image size. 2024-11-29 23:48:15 +00:00
class-wp-list-util.php
class-wp-locale-switcher.php
class-wp-locale.php I18N: Add new `WP_Locale::get_month_genitive()` method. 2024-12-05 21:37:20 +00:00
class-wp-matchesmapregex.php
class-wp-meta-query.php
class-wp-metadata-lazyloader.php
class-wp-navigation-fallback.php
class-wp-network-query.php
class-wp-network.php Networks and Sites: Set `WP_Network` properties via setters upon creation. 2024-09-13 22:12:15 +00:00
class-wp-object-cache.php Coding Standards: Remove unused return value for `WP_Object_Cache::__set()`. 2024-09-19 12:12:16 +00:00
class-wp-oembed-controller.php
class-wp-oembed.php
class-wp-paused-extensions-storage.php Options, Meta APIs: Explicitly pass `$autoload` parameter to when potentially adding new options. 2024-09-03 18:19:14 +00:00
class-wp-plugin-dependencies.php
class-wp-post-type.php Administration: Switch core post type labels to `add_new_item`. 2024-10-03 22:46:15 +00:00
class-wp-post.php
class-wp-query.php Docs: Add missing `@var` tag for `WP_Query::$query_vars_changed`. 2024-12-05 22:05:20 +00:00
class-wp-recovery-mode-cookie-service.php
class-wp-recovery-mode-email-service.php
class-wp-recovery-mode-key-service.php Options, Meta APIs: Explicitly pass `$autoload` parameter to when potentially adding new options. 2024-09-03 18:19:14 +00:00
class-wp-recovery-mode-link-service.php
class-wp-recovery-mode.php Docs: Add missing `void` to DocBlock `@return` types. 2024-11-02 15:01:19 +00:00
class-wp-rewrite.php Docs: Fix typo in a comment in `WP_Rewrite::refresh_rewrite_rules()`. 2024-10-19 23:54:18 +00:00
class-wp-role.php
class-wp-roles.php Options, Meta APIs: Explicitly pass `$autoload` parameter to when potentially adding new options. 2024-09-03 18:19:14 +00:00
class-wp-script-modules.php Docs: Correct formatting for script module data filter documentation examples. 2024-12-11 15:20:18 +00:00
class-wp-scripts.php
class-wp-session-tokens.php
class-wp-simplepie-file.php External Libraries: Update the SimplePie library to version 1.8.0. 2024-09-30 22:50:19 +00:00
class-wp-simplepie-sanitize-kses.php External Libraries: Update the SimplePie library to version 1.8.0. 2024-09-30 22:50:19 +00:00
class-wp-site-query.php Docs: Various docblock improvements and corrections. 2024-09-11 12:08:19 +00:00
class-wp-site.php
class-wp-styles.php
class-wp-tax-query.php
class-wp-taxonomy.php
class-wp-term-query.php Taxonomy: Remove count references from `WP_Term_Query`. 2024-10-30 22:34:19 +00:00
class-wp-term.php
class-wp-text-diff-renderer-inline.php
class-wp-text-diff-renderer-table.php
class-wp-textdomain-registry.php i18n: Account for `load_*_textdomain()` after JIT loading. 2024-11-20 02:50:24 +00:00
class-wp-theme-json-data.php
class-wp-theme-json-resolver.php Theme JSON Resolver: remove theme json merge in resolve_theme_file_uris 2024-11-04 02:34:16 +00:00
class-wp-theme-json-schema.php
class-wp-theme-json.php Editor: Update docblocks for `wp_get_global_stylesheet` and `WP_Theme_JSON::get_stylesheet`. 2024-12-09 02:55:18 +00:00
class-wp-theme.php Docs/Bundled Themes: Add `@since` annotation for introduction of TT5. 2024-10-07 22:28:15 +00:00
class-wp-token-map.php
class-wp-user-meta-session-tokens.php
class-wp-user-query.php
class-wp-user-request.php
class-wp-user.php
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php Docs: Add missing `void` to DocBlock `@return` types. 2024-11-02 15:01:19 +00:00
class-wp-xmlrpc-server.php
class-wp.php Canonical: Revert redirect when front page's paginated states not found. 2024-09-30 18:18:16 +00:00
class-wpdb.php General: Expand use of `wp_get_wp_version()`. 2024-10-03 00:25:15 +00:00
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php Coding Standards: Use strict comparison in `wp-includes/comment-template.php`. 2024-12-08 23:43:21 +00:00
comment.php Comments: Use a more precise check for disallowed keys on filtered comment data. 2024-10-29 15:38:19 +00:00
compat.php Coding Standards: Explicitly return `null` instead of coercing `void`. 2024-11-22 19:19:20 +00:00
cron.php Options, Meta APIs: Explicitly pass `$autoload` parameter to when potentially adding new options. 2024-09-03 18:19:14 +00:00
date.php
default-constants.php Bundled Themes: Initial import of the Twenty Twenty-Five default theme. 2024-09-30 23:58:16 +00:00
default-filters.php Media: Avoid images with `sizes=auto` to be displayed downsized in supporting browsers. 2024-11-18 19:52:19 +00:00
default-widgets.php
deprecated.php Editor: Update docblocks for `wp_get_global_stylesheet` and `WP_Theme_JSON::get_stylesheet`. 2024-12-09 02:55:18 +00:00
embed-template.php
embed.php Embeds: ensure correct thumbnail height. 2024-12-05 21:21:17 +00:00
error-protection.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss.php
feed-rss2-comments.php
feed-rss2.php
feed.php Feeds: Avoid fatal error with empty `blog_charset` value. 2024-11-11 17:50:17 +00:00
fonts.php Editor: Update Google Fonts API endpoint for WordPress 6.7. 2024-10-23 22:39:17 +00:00
formatting.php Docs: Correct `@param` tag in `untrailingslashit()` to match the parameter name. 2024-10-31 23:26:15 +00:00
functions.php Plugins: Load `wp-admin/includes/plugin.php` earlier. 2024-12-05 12:13:17 +00:00
functions.wp-scripts.php
functions.wp-styles.php
general-template.php Coding Standards: Cast `gmdate( 'w' )` to `int` before using as integer. 2024-11-28 22:52:17 +00:00
global-styles-and-settings.php Editor: Update docblocks for `wp_get_global_stylesheet` and `WP_Theme_JSON::get_stylesheet`. 2024-12-09 02:55:18 +00:00
http.php Tests: Use better domain for HTTP API invalid hostname test. 2024-10-27 19:05:18 +00:00
https-detection.php
https-migration.php
kses.php
l10n.php I18N: Load admin translations for auto update emails. 2024-12-02 17:08:20 +00:00
link-template.php Accessibility: Clarify `aria-label` in pagination links. 2024-09-28 23:36:13 +00:00
load.php Networks and Sites: Relocate defintion of `absint()`. 2024-10-15 23:41:16 +00:00
locale.php
media-template.php General: Remove `noopener` from links opening in a new tab. 2024-09-30 05:19:16 +00:00
media.php Docs: Remove blank line at the end of `wp_prepare_attachment_for_js()` DocBlock. 2024-12-04 23:38:17 +00:00
meta.php Meta: Add label argument to register_meta function 2024-09-16 11:33:38 +00:00
ms-blogs.php Media: Cache the results of _wp_image_editor_choose. 2024-10-07 17:13:14 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Docs: Correct `@param` type in `fix_phpmailer_messageid()`. 2024-11-01 00:10:17 +00:00
ms-load.php
ms-network.php
ms-settings.php
ms-site.php Docs: Various docblock improvements and corrections. 2024-09-11 12:08:19 +00:00
nav-menu-template.php
nav-menu.php
option.php Coding Standards: Ensure `$current` cookie time is `int` in `wp_user_settings()`. 2024-11-07 23:47:16 +00:00
pluggable-deprecated.php
pluggable.php Coding Standards: Cast `$expired` to an integer in `wp_validate_auth_cookie()`. 2024-11-25 19:03:18 +00:00
plugin.php
post-formats.php
post-template.php
post-thumbnail-template.php Media: Account for post ID queries in `update_post_thumbnail_cache()`. 2024-10-14 22:22:10 +00:00
post.php Administration: Switch core post type labels to `add_new_item`. 2024-10-03 22:46:15 +00:00
query.php
registration-functions.php
registration.php
rest-api.php REST API: Remove trailing slashes when preloading requests and there is a query string. 2024-11-25 10:10:17 +00:00
revision.php
rewrite.php Docs: The `$feedname` parameter in `add_feed()` should not start with an underscore. 2024-09-18 19:08:11 +00:00
robots-template.php
rss-functions.php
rss.php Code Modernization: Remove xml_set_object() in MagpieRSS::__construct(). 2024-09-18 21:40:12 +00:00
script-loader.php Editor: Warn about empty templates on the frontend for logged in users. 2024-11-22 10:57:19 +00:00
script-modules.php Docs: Fix typos in a comment in `wp_default_script_modules()`. 2024-10-13 18:49:16 +00:00
session.php
shortcodes.php
sitemaps.php
spl-autoload-compat.php
style-engine.php
taxonomy.php Docs: Further clarify return results for a non-existing ID in metadata functions. 2024-09-01 18:30:16 +00:00
template-canvas.php
template-loader.php
template.php
theme-i18n.json
theme-previews.php
theme-templates.php
theme.json
theme.php Options, Meta APIs: Explicitly pass `$autoload` parameter to when potentially adding new options. 2024-09-03 18:19:14 +00:00
update.php Upgrade/Install: Indicate JPEG XL support when checking upgrades. 2024-09-30 22:33:15 +00:00
user.php Coding Standards: Ensure cookie expiration value is an integer in `wp_update_user()`. 2024-11-09 16:30:19 +00:00
vars.php
version.php Build/Test Tools: Trim down the upgrade testing matrix. 2024-12-13 15:34:14 +00:00
widgets.php
wp-db.php
wp-diff.php Code Modernization: Fix trigger_error() with E_USER_ERROR deprecation in Text_Diff::_check(). 2024-09-27 17:53:19 +00:00