You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -410,6 +410,7 @@ Disable coverage for these reasons:
410
410
- Accepts `lowest` to set up the lowest supported PHP version.
411
411
- Accepts `highest` or `latest` to set up the latest stable PHP version.
412
412
- Accepts `nightly` to set up a nightly build from the master branch of PHP.
413
+
- 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.
413
414
- Accepts the format `d.x`, where `d` is the major version. For example `5.x`, `7.x` and `8.x`.
414
415
- See [PHP support](#tada-php-support) for the supported PHP versions.
415
416
- If not specified, it looks for the following in order:
0 commit comments