Loading core/lib/Drupal.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 = '8.0'; const RECOMMENDED_PHP = '8.1'; /** * The currently active container object, or NULL if not initialized yet. Loading Loading
core/lib/Drupal.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 = '8.0'; const RECOMMENDED_PHP = '8.1'; /** * The currently active container object, or NULL if not initialized yet. Loading