Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!1845
Issue
#3265412
: QuickStartTestBase is incompatible with the current implementation of MINIMUM_SUPPORTED_PHP
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3265412
: QuickStartTestBase is incompatible with the current implementation of MINIMUM_SUPPORTED_PHP
issue/drupal-3265412:3265412-FAIL
into
9.3.x
Overview
0
Commits
2
Pipelines
0
Changes
4
Closed
Jess
requested to merge
issue/drupal-3265412:3265412-FAIL
into
9.3.x
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
9.3.x
9.3.x (base)
and
latest version
latest version
adf9911b
2 commits,
3 years ago
4 files
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
core/lib/Drupal.php
+
1
−
1
Options
@@ -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