From 51da568aa788d1df9af12f296ace53eb80b13928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Wed, 17 Dec 2025 13:31:41 +0100 Subject: [PATCH] Add `latest-patches-only` option to the README See db5f2e1edee666a4b862a3bde6c8882708b14eae. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4daf289..fa5073b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ patch-level: description: Include the patch levels on the versions (default is major.minor) required: false default: 'false' +latest-patches-only: + description: When patch-level is true, only include the latest patch version of each major.minor version in the matrix. Does nothing if patch-level is false. Cannot be used with unstable. + required: false + default: 'false' ``` ## Outputs