diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php
index 5c75fdb7f718d3b0b4bb9d6e025387d3b7ff99f4..2a3e4d5e367e4d156940e2eb9bc75a3666ba195f 100644
--- a/core/lib/Drupal.php
+++ b/core/lib/Drupal.php
@@ -132,7 +132,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 = '7.4';
+  const RECOMMENDED_PHP = '8.0';
 
   /**
    * The currently active container object, or NULL if not initialized yet.