Commit cb74c7ad authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3264855 by Liam Morland: Increase Drupal 10 minimum to PHP 8.1.0

parent d975ff5e
Loading
Loading
Loading
Loading
+1 −1
Changes for src/Form/UpgradeStatusForm.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -726,7 +726,7 @@ MARKUP
      // Check PHP version.
      $version = PHP_VERSION;
      // The value of MINIMUM_PHP in Drupal 10.
      $minimum_php = '8.0.2';
      $minimum_php = '8.1.0';
      if (version_compare($version, $minimum_php) >= 0) {
        $class = 'no-known-error';
      }