Skip to content

Commit 1c71ed9

Browse files
committed
wip
1 parent 27047da commit 1c71ed9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ inputs:
3535
outputs:
3636
matrix:
3737
description: The PHP version matrix
38+
value: ${{ steps.generate-matrix.outputs.matrix }}
3839

3940
runs:
4041
using: "composite"
@@ -104,7 +105,8 @@ runs:
104105
run: php-matrix --version
105106
shell: bash
106107

107-
- name: Generate Output
108+
- name: Generate Matrix
109+
id: generate-matrix
108110
run: |
109111
php-matrix composer --mode="${INPUT_MODE}" --source="${INPUT_SOURCE}" "${INPUT_COMPOSER_JSON}" > matrix 2>&1
110112
retVal=$?

0 commit comments

Comments
 (0)