PHPCompatibility / PHPCompatibilitySymfony

PHPCompatibility rulesets which can be included in projects using the Symfony polyfill libraries
GNU Lesser General Public License v3.0
6 stars 4 forks source link

CI/GH Action: fix failing build #24

Closed jrfnl closed 3 years ago

jrfnl commented 3 years ago

For those polyfill repos which are still actively maintained (PHP 7.2 and higher), the minimum required PHP version has been raised to PHP 7.1.

The polyfill repos rely on the Composer version negotation to serve the correct package version for the PHP version on which the install is run.

With that in mind, we should rely on the same and presume that if the polyfills are installed at version 1.20 or higher, that their minimum supported PHP version is PHP 7.1.