From 5eca5d1c471b1f410186d7f61ed62cfd6478a468 Mon Sep 17 00:00:00 2001 From: Dave Reid Date: Thu, 7 Dec 2023 16:02:03 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42d0e58d..28a43c78 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,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 `lowest` to set up the lowest supported 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 the supported PHP versions.