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' );