diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php
index cb51a509fcee11f38c18047f3a5b20707ab5d1e3..f8cbe1aea07f7df9110808c24820aa503bc41aaa 100644
--- a/core/lib/Drupal.php
+++ b/core/lib/Drupal.php
@@ -131,7 +131,7 @@ class Drupal {
    * message, but Drupal can still be installed. Used for (e.g.) PHP versions
    * that have reached their EOL or will in the near future.
    */
-  const RECOMMENDED_PHP = '8.1.6';
+  const RECOMMENDED_PHP = '8.2.0';
 
   /**
    * The currently active container object, or NULL if not initialized yet.