From 2f4cecdb9f72129a2e995592fe0565d3e8ed2009 Mon Sep 17 00:00:00 2001 From: timse201 Date: Sun, 25 Jan 2026 20:03:08 +0100 Subject: [PATCH] Bump servehappy versions --- .../wp-content/mu-plugins/pub/servehappy-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..5c1fad2693 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 @@ -19,8 +19,8 @@ define( 'SUPPORTED_PHP', '8.3' ); // The lowest branch of PHP which is receiving security updates. -define( 'SECURE_PHP', '8.1' ); +define( 'SECURE_PHP', '8.2' ); // The lowest branch of PHP which is still considered acceptable in WordPress. // Sites with a version lower than this will see the ServeHappy dashboard widget urging them to update. -define( 'ACCEPTABLE_PHP', '8.1' ); +define( 'ACCEPTABLE_PHP', '8.2' );