As far as I can see, only explicit php version can be chosen, like 7.4.
There's also latest, but it can be of any major version.
It would be nice to be able to say 7.x.
For example, actions/setup-python allows to do this:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
https://github.com/actions/setup-python#usage
As far as I can see, only explicit php version can be chosen, like 7.4.
There's also latest, but it can be of any major version.
It would be nice to be able to say 7.x.
For example, actions/setup-python allows to do this:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntaxhttps://github.com/actions/setup-python#usage