From 767dd552107eccf59fe37277204792ab7cbd59fa Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 21 May 2026 12:00:53 +0200 Subject: [PATCH] ServeHappy: Bump minimum WordPress supported PHP to 7.4. --- .../public_html/wp-content/mu-plugins/pub/servehappy-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php b/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php index b08c55a0e3..bab72cf139 100644 --- a/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php +++ b/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php @@ -13,7 +13,7 @@ define( 'RECOMMENDED_PHP', '8.3' ); // The oldest branch of PHP which WordPress core still works with. -define( 'MINIMUM_PHP', '7.2.24' ); +define( 'MINIMUM_PHP', '7.4' ); // The lowest branch of PHP which is actively supported. define( 'SUPPORTED_PHP', '8.3' );