mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
also output min/max php/branch
This commit is contained in:
parent
33020599c9
commit
54b437b0a0
2 changed files with 8 additions and 0 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -38888,6 +38888,10 @@ function onlyUnique(value, index, array) {
|
|||
core.setOutput("branches", JSON.stringify(branches));
|
||||
core.setOutput("ocp-branches", JSON.stringify(branches.map(branch => `dev-${branch}`)));
|
||||
core.setOutput("php-versions", JSON.stringify(php));
|
||||
core.setOutput("php-min", JSON.stringify([phpMin]));
|
||||
core.setOutput("php-max", JSON.stringify([phpMax]));
|
||||
core.setOutput("branches-min", JSON.stringify([branches[0]]));
|
||||
core.setOutput("branches-max", JSON.stringify([branches.pop()]));
|
||||
core.setOutput("matrix", JSON.stringify({
|
||||
include: matrix
|
||||
}));
|
||||
|
|
|
|||
|
|
@ -100,6 +100,10 @@ function onlyUnique(value, index, array) {
|
|||
core.setOutput("branches", JSON.stringify(branches));
|
||||
core.setOutput("ocp-branches", JSON.stringify(branches.map(branch => `dev-${branch}`)));
|
||||
core.setOutput("php-versions", JSON.stringify(php));
|
||||
core.setOutput("php-min", JSON.stringify([phpMin]));
|
||||
core.setOutput("php-max", JSON.stringify([phpMax]));
|
||||
core.setOutput("branches-min", JSON.stringify([branches[0]]));
|
||||
core.setOutput("branches-max", JSON.stringify([branches.pop()]));
|
||||
core.setOutput("matrix", JSON.stringify({
|
||||
include: matrix
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue