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
This commit is contained in:
David Lambauer
2026-04-24 00:42:44 +02:00
committed by GitHub
parent 7799f0f9bf
commit b510ea21e3
+1 -1
View File
@@ -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: