antfroger/PHP version action

An action to use the minimum and the latest version of PHP (as defined in composer.json) and build version matrix in between

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryDirectory containing your composer.json fileyes.
unstableInclude unstable versions of PHP (beta, release candidates)yesfalse
unsupportedInclude unsupported versions of PHP (EOL and no security support)yestrue
namedescription
composer-php-versionThe PHP version requirement from composer.json, f.e. >=8.1 <=8.4
minimalThe minimum supported PHP version meeting the requirements, f.e. 8.1
latestThe latest available PHP version meeting the requirements, f.e. 8.4
matrixA (stringified) array of PHP versions from min to latest, f.e. [8.1, 8.2, 8.3, 8.4]