Skip to content
Snippets Groups Projects

Issue #3265412: QuickStartTestBase is incompatible with the current implementation of MINIMUM_SUPPORTED_PHP

Closed Issue #3265412: QuickStartTestBase is incompatible with the current implementation of MINIMUM_SUPPORTED_PHP
Closed Jess requested to merge issue/drupal-3265412:3265412-FAIL into 9.3.x
4 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -96,7 +96,7 @@ class Drupal {
* that Drupal no longer supports that PHP version.
* - An error is shown in the status report that the PHP version is too old.
*/
const MINIMUM_SUPPORTED_PHP = '7.3.0';
const MINIMUM_SUPPORTED_PHP = '7.4.0';
/**
* Minimum allowed version of PHP for Drupal to be bootstrapped.
Loading