Add support for pre-installed PHP

This commit is contained in:
Shivam Mathur
2024-12-23 16:04:30 +05:30
parent b6d8115f12
commit da729085ef
5 changed files with 25 additions and 0 deletions

View File

@ -410,6 +410,7 @@ Disable coverage for these reasons:
- Accepts `lowest` to set up the lowest supported PHP version.
- Accepts `highest` or `latest` to set up the latest stable PHP version.
- Accepts `nightly` to set up a nightly build from the master branch of PHP.
- Accepts `pre-installed` to set up the highest pre-installed PHP version. You can combine this with `update: true` to update the pre-installed PHP version.
- 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 the supported PHP versions.
- If not specified, it looks for the following in order: