Commit 35e037c0ca for wordpress.org
commit 35e037c0caef610b7d89ce8b6570e73d463cfb62
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 7 17:11:49 2026 +0000
Build/Test Tools: Use exclusion-first workflow path filters.
Replace narrow include lists in GitHub Actions workflows with ordered exclusion filters. New source paths now run by default, while known unrelated paths continue to skip unnecessary jobs.
Preserve each workflow's build and test dependencies, including Sass, JSHint, webpack, vendor tools, and reusable workflow files. Also include `wp-cli.yml` in local Docker testing and repository-root PHP files in upgrade testing.
Developed in: https://github.com/WordPress/wordpress-develop/pull/9457
Props johnbillion, peterwilsoncc, desrosj, adrianmoldovanwp.
See #65845.
Built from https://develop.svn.wordpress.org/trunk@63519
git-svn-id: http://core.svn.wordpress.org/trunk@62695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 5b0555361b..4d8289925f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63518';
+$wp_version = '7.2-alpha-63519';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.