feat(supported-version): add optional services output for each matrix entry (#206)

This commit is contained in:
Damien Retzinger
2025-12-15 10:13:50 -05:00
committed by GitHub
parent ab5dc9fc95
commit 9c1dbc7d07
9 changed files with 489 additions and 41 deletions
+5
View File
@@ -22,6 +22,11 @@ inputs:
default: "2y"
description: "The time frame (from today). Only used in `recent` kind. String that defines a time duration using a combination of years (y), months (m), and days (d). Each unit is optional and can appear in any order, separated by spaces. For example `2y 2m 2d`. "
include_services:
required: false
default: "false"
description: "Whether to include a `services` key in each matrix entry with GitHub Actions service configurations."
outputs:
matrix:
description: "The Github Actions matrix of software technologies required to run Magento."