Commit 1a64d315 authored by catch's avatar catch
Browse files

Issue #3554384 by xjm: Recommend PHP 8.4 for Drupal 11.3 and 10.6

(cherry picked from commit e1bee395)
parent 1e158cd2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.3.0';
  const RECOMMENDED_PHP = '8.4';

  /**
   * Default location of gettext file on the translation server.