Commit 8725316ba0 for wordpress.org
commit 8725316ba001eadfe25eb8bd6c81cacd707b4a73
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 7 16:17:51 2026 +0000
Build/Test Tools: Reference the smoke check action from trunk.
Release branches call the reusable upgrade workflow from trunk, but its relative action reference resolves against the calling branch. Reference the shared smoke-check action from trunk so branches without the action can run it.
Drop the temporary sparse checkout. Limit smoke-check action path triggers to pushes because pull requests now run the version already on trunk.
Follow-up to [63517].
Developed in: https://github.com/WordPress/wordpress-develop/pull/13389
Props adrianmoldovanwp, lucatume.
Fixes #66036.
Built from https://develop.svn.wordpress.org/trunk@63518
git-svn-id: http://core.svn.wordpress.org/trunk@62694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0a903b125f..5b0555361b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63517';
+$wp_version = '7.2-alpha-63518';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.