Commit b0d98d9e authored by catch's avatar catch
Browse files

Issue #3295085 by xjm, catch, quietone, lauriii: [9.4 ONLY] Lower RECOMMENDED_PHP to 8.0

parent 86d33bd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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';
  const RECOMMENDED_PHP = '8.0';

  /**
   * The currently active container object, or NULL if not initialized yet.