Backport SupportedPhpVersion, BlacklistPhp72Versions and MinimumPhpVersion to D7. The basic building blocks landed with #3059742: Backport base readiness checker logic to 7.x, now we need to copy/paste and D7ify things.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

heddn created an issue. See original summary.

heddn’s picture

Component: Code » Checkers
heddn’s picture

Status: Active » Needs review
FileSize
2.8 KB

Here, we set the minimum PHP version to 5.6 and blacklist php 7.2.0-7.2.2.

heddn’s picture

FileSize
1.97 KB
2.83 KB
heddn’s picture

FileSize
5.37 KB
7.52 KB
tatarbj’s picture

Status: Needs review » Needs work

For the first look, the patch seems more than what's in the scope of this issue, adding new files to the files[] in info file that are not present here. I would suggest to split up the work and possibly add generic files (semver/src/) from an earlier issue rather than here.

tatarbj’s picture

Status: Needs work » Needs review
FileSize
7.15 KB

Limiting the scope in the patch to refer only to the IS here (the info file updates are implemented in a bug report under #3064354: Missing file entries from info file)

heddn’s picture

FileSize
7.5 KB

Good catch in #6/#7. However, we don't need the files at all as we include them ourselves. But we do need the minimum php version. Re-roll attached w/ php constraint.

heddn’s picture

Status: Needs review » Reviewed & tested by the community

Since this is a pretty straight forward backport and the lone feedback is addressed... going to land this.

  • heddn committed 2e5593b on 7.x-1.x
    Issue #3063127 by heddn, tatarbj: Backport SupportedPhpVersion,...
heddn’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.