From b510ea21e38c97a4852776fc4e57fbcf9917fa9f Mon Sep 17 00:00:00 2001 From: David Lambauer Date: Fri, 24 Apr 2026 00:42:44 +0200 Subject: [PATCH] fix(supported-version)!: default include_services to true (#215) BREAKING CHANGE: `include_services` now defaults to `true`. Callers that strictly validate the matrix schema and do not expect a `services` key must explicitly pass `include_services: false`. Closes #214 --- supported-version/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supported-version/action.yml b/supported-version/action.yml index 4febcd1..548bf42 100644 --- a/supported-version/action.yml +++ b/supported-version/action.yml @@ -24,7 +24,7 @@ inputs: include_services: required: false - default: "false" + default: "true" description: "Whether to include a `services` key in each matrix entry with GitHub Actions service configurations." outputs: