Add support for nightly alias

This commit is contained in:
Shivam Mathur
2021-09-06 11:58:31 +05:30
parent 8eebeae48a
commit d068c17d9e
4 changed files with 4 additions and 2 deletions

View File

@ -371,6 +371,7 @@ Disable coverage for these reasons:
- Specify the PHP version you want to set up.
- Accepts a `string`. For example `'8.0'`.
- Accepts `latest` to set up the latest stable PHP version.
- Accepts `nightly` to set up a nightly build from the master branch of PHP.
- Accepts the format `d.x`, where `d` is the major version. For example `5.x`, `7.x` and `8.x`.
- See [PHP support](#tada-php-support) for supported PHP versions.